Re: [PHP] upload large files troubles

2005-08-19 Thread Jasper Bryant-Greene
Richard Lynch wrote: I have a HUGE distrust of web browsers, so will go out on a limb and say: Web browsers are not reliable transport mechanisms for upload of monster files. Use FTP. That might be wrong, but that's my story, and I'm sticking to it. If somebody else wants to claim that uploadi

Re: [PHP] upload large files troubles

2005-08-19 Thread Richard Lynch
On Fri, August 19, 2005 5:47 am, curipin wrote: > I have apache2 + php5. I need to upload large files. I found out, > that > file is uploaded always. But: > - if the file is less than 167 MB all is OK, then I tryed larger files > - > from 191 MB up, files are uploaded, but php script, which handl

RE: [PHP] upload large files troubles

2005-08-19 Thread Jay Blanchard
MAKE SURE TO HIT REPLY-ALL SO THAT THE MESSAGE GETS BACK TO THE LIST [snip] The code is pretty simple, i do not think, problem is bad syntax, as I said, everything works fine, when files are smaller then 160 MB. Larger files = blank page. Back to upload"; } else echo "Go away!"; ?> [/snip] You

RE: [PHP] upload large files troubles

2005-08-19 Thread Jay Blanchard
[snip] Sure, it looks: all works great, to 160 MB, larger files are uploaded but php script not executed. Hmm. [/snip] Then can you send us the code from the processing script? That way we may see where it fails. -- PHP General Mailing Lis

RE: [PHP] upload large files troubles

2005-08-19 Thread Jay Blanchard
[snip] I have apache2 + php5. I need to upload large files. I found out, that file is uploaded always. But: - if the file is less than 167 MB all is OK, then I tryed larger files - from 191 MB up, files are uploaded, but php script, which handle the operation is "like" not executed. I always ge

[PHP] upload large files troubles

2005-08-19 Thread curipin
hi! I have apache2 + php5. I need to upload large files. I found out, that file is uploaded always. But: - if the file is less than 167 MB all is OK, then I tryed larger files - from 191 MB up, files are uploaded, but php script, which handle the operation is "like" not executed. I always ge