I need to upload a video file to a web server iphone sdk. It is just a quicktime movie.

link|improve this question

57% accept rate
I charge $50/hr for programming services, $20/hr for healthcare (I'm in the US), and $5/hr for beer (healthcare related). If interested, please reply. Otherwise, I would suggest asking a more specific question. – iWasRobbed Aug 2 '10 at 20:52
feedback

3 Answers

up vote 0 down vote accepted

NSURLConnection.

link|improve this answer
Do you have any examples of that? – Michael Amici Aug 3 '10 at 12:25
feedback

This tutorial will let you upload files to server

link|improve this answer
While this example is okay for requests that are small - like an image - you probably wouldn't want to use this solution to upload a video ... – Moszi Feb 16 '11 at 10:00
@ moszi :I have uploaded file upto 6 Mb with this method and it takes regular time.I think it depends upon you internet connection speed – Pankaj Kainthla Feb 16 '11 at 10:07
feedback

ASIHttpRequest is your friend. http://allseeing-i.com/ASIHTTPRequest/How-to-use#streaming

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.