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.