I am new to iPhone technology. I want to post an image with data to a web server. To do so, I am trying to store the image in a local DB. After doing so, in order to send the data to the server, I am changing the image into NSData & now I want to send this image.
Can we send only NSData object to the server for getting the image on the server?
Or do we need to change NSData into base64string?