Forum Moderators: coopster
I have set up the PHP.INI settings to handle large file uploads and max execution time.
Everything works perfect with files under the size of 80 megabytes but once it starts to upload 200 megabyte files, when it gets to over 100 megabytes of uploading, at one point the file upload amount starts flickering and repeating the next megabyte to be uploaded. For instance it says 102 megabytes uploaded and then it goes to 103 megabytes and then it goes back to 102 and then goes to 103, and so on...
I've been told that HTTP cannot handle uploads this size, but I didn't know if that was true. I am considering using PHP FTP functions but I believe they initially are sent over HTTP and then PHP FTP is used to just move the file to the right directory. Any insight on this issue is much appreciated.
The problem occurs after about 20 minutes there becomes a problem writing the file to the server, it gets stuck at a certain point and cannot write anymore, it goes to say 97 megabytes and then goes back down to 96 megabytes and then goes to 97 megabytes and then goes back down to 96 megabytes and back and forth... then it goes to the error page.
I've been trying to figure out what has been taking place for a long time! Any help is much appreciated.