Re: [PHP] connection error on file upload

2006-04-03 Thread tedd
At 10:20 AM -0500 4/3/06, Kenn wrote: Greetings. I'm having a problem with my upload handler. If I send small files (under 1M or so), it works fine. if I send larger files, I get the following error If nothing else works, send smaller segments. Nothing wrong with appending to a file, is the

Re: [PHP] connection error on file upload

2006-04-03 Thread Kenn
Jay Blanchard wrote: > [snip] > Jay Blanchard wrote: > >> [snip] >> That was my first thought, but two things: 1. the error occurs >> IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think >> > that > >> arbitrarily high number would prevent that error? >> [/snip] >> >>

Re: [PHP] connection error on file upload

2006-04-03 Thread Kenn
neglected to mention: upload_max_filesize = 200M post_max_size = 250M Kenn wrote: > That was my first thought, but two things: 1. the error occurs > IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think that > arbitrarily high number would prevent that error? > > > > Jay Blanchar

Re: [PHP] connection error on file upload

2006-04-03 Thread Kenn
That was my first thought, but two things: 1. the error occurs IMMEDIATELY, and 2. the max_execution_time = 6000 so I would think that arbitrarily high number would prevent that error? Jay Blanchard wrote: > [snip] > The connection was reset. > The connection to the server was reset while the

RE: [PHP] connection error on file upload

2006-04-03 Thread Jay Blanchard
[snip] The connection was reset. The connection to the server was reset while the page was loading. [/snip] Script timeout Max upload size -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php