Hi guys,
I'm still trying to send images to a server,
There are several ways to do it:
* Encoding data and send it like
"http://www.myserver.com/myreceiver.php?data=4F1AB736289EDC..."
*XML parsing the data ( I'm not sure how to perform it).
*Using NSData to compress the image and send it with URLRequest and a URLConnection
Does anybody know the best way to send the image?
I'm still trying to send images to a server,
There are several ways to do it:
* Encoding data and send it like
"http://www.myserver.com/myreceiver.php?data=4F1AB736289EDC..."
*XML parsing the data ( I'm not sure how to perform it).
*Using NSData to compress the image and send it with URLRequest and a URLConnection
Does anybody know the best way to send the image?