Is it possible to upload a file to server without converting it into NSData?
问题 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. 回答1: Networks are analogue and computer and devices are digital they not understand what is what for them all the things are digital