Re: [PHP] Re: move_uploaded_file 1MB

2003-06-09 Thread Maurício Valente
/conf/httpd.conf: LimitRequestFieldsize 1024000 must not exceed the precompiled maximum of 8190 If this is the way i have to go... what can I do? Thaks!!! Maurício Valente Mike Ford [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] -Original Message- From: Maurício Valente

Re: [PHP] Re: move_uploaded_file 1MB

2003-06-06 Thread Maurício Valente
I couldn't find the option max_body_request somebody knows where it is? Thanks! Maurício Valente Mauricio Agp5 [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] - Original Message - From: Yves Daemen [EMAIL PROTECTED] Newsgroups: php.general To: [EMAIL PROTECTED] Sent

Re: [PHP] Re: move_uploaded_file 1MB

2003-06-05 Thread Maurício Valente
looking in Linux's or Apache's settings... MauríCio Valente [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hello everybody! I'm trying to upload a file using the move_uploaded_file function, everyting works fine when the files have less than 1MB but when

[PHP] move_uploaded_file 1MB

2003-06-04 Thread Maurício Valente
setting UPLOAD_MAX_FILESIZE to 8388608 (8M), post_max_size = 8388608 and file_uploads = On (memory_limit is 8388608 too). Someone could help me? Thanks in advance! Maurício Valente -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php