I'm working on a website which allows users from different part of world to upload files of size upto 500 MB.
The problems are:
- As it is a HTTP transfer, it is slow.
- 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:
- To upload files with size upto 500 MB.
- Anonymous upload.
- If possible, in-browser solution i.e. using embed code.
- It should be fast, may be, using distributed networks.
Please if any of you guys came across a situation like this or similar to this share the proivder name with their websites.
Thanks in advance...