NSURLConnection Unable to http post large file
问题 We are trying to add in functionality into our app to allow it to POST a large file approx 50kb to our web service the file itself is a HTML template, however with the code below what we are finding is that the data seems to get cut off when the web service saves it. The web service is currently designed to check the $_POST['html'] variable and write it to a file. Is there a better way to do this and does anyone have any idea why the upload is not complete? Thanks Aaron NSString *myText;