I am developing an app in which I have to upload a file to server from device, i know how to send file to server using following NSMutableURLRequest
, but is it possible to store file to server without converting to NSData
??
I have seen How upload image in to asp.net server without converting into NSData in iPhone this question but didn't find any solution.
Networks are analogue and computer and devices are digital they not understand what is what for them all the things are digital data so I guess now you understand its simply not possible, If you are having any specific problem of converting your file into data and the getting them back, you can go ahead