large file upload via php timeout
Posted by: marcj
Posted on: 2009-01-09 08:01:00
Hi,
I am trying to upload files between 1mb and 200mb via php script, and everything below 100mb works fine, anything more just leaves the page loading constantly (left it running over night).
So, I've changed all the values in php.ini to high settings with no luck.. max request time is 1 hour, max file sizes and memory is 200mb.. I don't know what else to do. someone suggested there is a time limit in the apache settings but I cannot edit that.. Is there any solution?