Let's say i have an app which lets the user choose or take an image, input some data and after some validation the data should be sent to a server, which will have to be brought later on.
The main part which i'm interested in is the image because that generated problems. Ive tried sending the data through JSON but it didn
t work(i couldn`t encode the image in order to be able to retrive it in the same form). The mysql db in which i'm trying to put the image data use a large blob type for that attribute.
What i really need is a solution/tutorial/advice/anything that would work in the latest XCODE version to upload/send/etc and image to a PHP server and retrive it from there.