Re: [PHP] Re: Upload problems

2004-08-15 Thread Curt Zirzow
* Thus wrote Kim Steinhaug: > Just a quick question, > > Did you alter the upload_max_filesize to 500MB > and the post_max_size to say 510MB and you succesfully > upload 500MB files from one machine to the server? > > I never testes with filesizes that large, but It would be nice to > hear if it

Re: [PHP] Re: Upload problems

2004-08-15 Thread Robby Russell
On Sun, 2004-08-15 at 13:01, Kim Steinhaug wrote: > Just a quick question, > > Did you alter the upload_max_filesize to 500MB > and the post_max_size to say 510MB and you succesfully > upload 500MB files from one machine to the server? > > I never testes with filesizes that large, but It would be

[PHP] Re: Upload problems

2004-08-15 Thread Kim Steinhaug
Just a quick question, Did you alter the upload_max_filesize to 500MB and the post_max_size to say 510MB and you succesfully upload 500MB files from one machine to the server? I never testes with filesizes that large, but It would be nice to hear if it accually works without tweaking to much. I

[PHP] Re: Upload problems

2004-08-15 Thread Rosen
Thanks, I change the "post_max_size" variable in php.ini and it worked ! "Rosen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > I try to upload a .zip file via PHP. I change directive "upload_max_filesize > = 500M". > The first file is about 5 MB and no problems with upload.