[PHP] Problem with big files

2003-05-27 Thread Martin
we would like to upload large files to the server ( 20 MB ). We have changed the configuration of php.ini in order to upload this files via http. We changed the following parameters: post_max_size = 25M file_uploads = On upload_tmp_dir =/tmpupload upload_max_filesize = 25M memory_limit = 25M

[PHP] problem uploading BIG files

2002-03-18 Thread Gerhard Hoogterp
Hello All, I have a problem uploading big files. 23MB range. I already changed the max_upload_filesize and the post_max_site to 26214400 byes (25Mb) and the timeout (set_time_limit) is set to 0. No limit. Since I'm testing over a lan uploading goes fast. I see it going for a while and then

RE: [PHP] problem uploading BIG files

2002-03-18 Thread Martin Towell
] problem uploading BIG files Hello All, I have a problem uploading big files. 23MB range. I already changed the max_upload_filesize and the post_max_site to 26214400 byes (25Mb) and the timeout (set_time_limit) is set to 0. No limit. Since I'm testing over a lan uploading goes fast. I see it going

Re: [PHP] problem uploading BIG files

2002-03-18 Thread Gerhard Hoogterp
On Monday 18 March 2002 23:56, Martin Towell wrote: Is it possible to determine if it's the php script causing the error or the browser causing the error? Maybe it's the browser timing-out?? Tested with two browsers. But probably it's the timing anyhow indeed.. I just realized that the