Re: [PHP] Re: move_uploaded_file > 1MB

2003-06-09 Thread Maurício Valente
Another thing a noticed was that when I comment the line wich uploads the file, it still give me the same error, saying server was not found. I think, maybe, the amount of memory enabled for each object of the form is limited by 1Mb. I got that idea because I use the following script: print "pat

Re: [PHP] Re: move_uploaded_file > 1MB

2003-06-06 Thread Maurício Valente
D]> > Newsgroups: php.general > To: <[EMAIL PROTECTED]> > Sent: Tuesday, June 03, 2003 7:27 PM > Subject: Re: [PHP] Re: move_uploaded_file > 1MB > > > > No it's not possible, you have to see the error to actually believe it ;-) > > It goes like this: >

RE: [PHP] Re: move_uploaded_file > 1MB

2003-06-06 Thread Ford, Mike [LSS]
> -Original Message- > From: Maurício Valente [mailto:[EMAIL PROTECTED] > Sent: 05 June 2003 21:56 > > I couldn't find the option max_body_request somebody knows > where it is? There's no such option -- you could be looking for post_max_size in php.ini, or the LimitRequestBody directive

Re: [PHP] Re: move_uploaded_file > 1MB

2003-06-05 Thread Maurício Valente
CTED]> schreef in bericht > > news:[EMAIL PROTECTED] > > > move_uploaded_file is copying the temp file to a permanent directory > right > > ? > > > thats on the server , check if the temp file is there with > > > $_POST['tmp_name'] or its size v

Re: [PHP] Re: move_uploaded_file > 1MB

2003-06-05 Thread Mauricio AGP5
- Original Message - From: "Yves Daemen" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 7:27 PM Subject: Re: [PHP] Re: move_uploaded_file > 1MB > No it's not possible, you have to see the error to actua

Re: [PHP] Re: move_uploaded_file > 1MB

2003-06-04 Thread Yves Daemen
thats on the server , check if the temp file is there with > $_POST['tmp_name'] or its size value > > -Original Message- > From: Yves Daemen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 7:44 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: move_uploade

RE: [PHP] Re: move_uploaded_file > 1MB

2003-06-04 Thread electroteque
To: [EMAIL PROTECTED] Subject: [PHP] Re: move_uploaded_file > 1MB I got the same error some time ago, and I almost went nuts trying to find the cause of this seemingly "insoluble" problem. But it has actually nothing at all to do with your script or the max_file_size in PHP or the one

[PHP] Re: move_uploaded_file > 1MB

2003-06-04 Thread Yves Daemen
I got the same error some time ago, and I almost went nuts trying to find the cause of this seemingly "insoluble" problem. But it has actually nothing at all to do with your script or the max_file_size in PHP or the one you give with the HTML form. Those are offcourse 2 limits which are important,