i am working on an iphone project that i need to upload relatively large files (about 4-10mb’s).
The problem is i am not sure which way is better?
Available options are:
1- Setting up an FTP server and upload files to the server
2- Writing down a WCF that lets me upload files by streaming to the server.
i am wondering which one is more reliable and which one is faster, less demanding on the client device (iphone/ipad)
Thank you for helping
Check out this sample: SimpleFTPSample on developer.apple.com.
I downloaded it and its very simple and useful.