On 12/22/06, ibanex22 <[EMAIL PROTECTED]> wrote:


Hey all,

I am new to PHP and have been having issues on max filesize uploads.  I
can
currently upload small files but I wish to make my max upload size huge.
Here is what I have configured in php.ini:

max_execution_time = 3000
max_input_time = 6000
memory_limit = 8000M
post_max_size = 8000M
file_uploads = On
uplad_max_filesize = 5000M
default_socket_timeout = 600

I have also edited the upload script as well.
I am running Apache on OpenBSD, the PHP packages are hardened.
Any help or direction would be great!

Thanks,
Erik
--
View this message in context:
http://www.nabble.com/upload-max-error-tf2872630.html#a8028989
Sent from the PHP - General mailing list archive at Nabble.com.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Keep trying larger and larger file uploads, checking Apache and PHP error
logs when you hit a size or timeout limit.

David

Reply via email to