Forum Moderators: coopster

Message Too Old, No Replies

FTP from user to Server

         

cochranrg

4:26 pm on May 8, 2007 (gmt 0)

10+ Year Member



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

joelgreen

4:46 pm on May 8, 2007 (gmt 0)

10+ Year Member



php has limits on POST size, script max memory usage, and limit on script execution time. All those need to be taken care of.

cochranrg

4:52 pm on May 8, 2007 (gmt 0)

10+ Year Member



Yeah, I changed all of the PHP.ini lines that I could find that needed changing. Still no love. Looks like after the file upload (15 minutes for a large file) I just get a "Page not Found" error.

joelgreen

11:47 pm on May 8, 2007 (gmt 0)

10+ Year Member



Maybe also some webserver limits... not sure :(