I'm working on a website which allows users from different part of world to upload files upto 500 MB.
The problems are:
1.As it is a HTTP transfer, it is slow. 2.As it is a HTTP transfer, it is non-resumable. Users really suffer because of these two problems.
So, I want to find a FTP provider which can provide me the services meeting the following criteria:
1.To upload files with size upto 500 MB. 2.Anonymous upload. 3.If possible, in-browser solution i.e. using embed code. 4.It should be fast, may be, using distributed networks. Please if any of you guys have came across a situation like this or similar to this share the proivder name with their websites.
Thanks in advance...
