I'm trying to find a way to allow users to send large files (200M+) to the webserver. I've tried the normal HTTP upload process, but can't seem to get it to work on very large files. I then figured I'd try FTP, but can't seem to get this to work either.
Is there a way I can script a method wherein users can FTP a large file to my server from their browser?
Thanks in advance,
Rob