I
really need to do this, but can't figure out how!
What I've done is made a level designer for my WIP, but I need to test the levels on the phone as I make them.
I've tried a bunch of different ways of sending the level data, but none of them work

(Putting the values in a string and using GetStringTokens etc)
So I need a way to send the raw file over the network.
I may end up having to host a HTTP server on my PC,and use HTTP commands and PHP to send and receive the files :/
EDIT: Never mind, I've just gone and setup the HTTP server. Then, just after I went and did that (it works as well!), I found out what my problem was