PHP Upload File Size

PHP Upload File Size

Posted by: Anonymous
Posted on: 2005-02-14 13:01:00

I am considering using DH to host my web site, and I regularly have large uploads through POST on a PHP form. I searched the knowledge base and forums and could not find this information.

What is the maximum file size you can upload through PHP on DH?

Specifically, what values does DH use for the following variables in php.ini?
file_uploads
upload_max_filesize
max_input_time
memory_limit
max_execution_time
post_max_size


And for this directive in apache?
LimitRequestBody

Thank you.

Re: PHP Upload File Size

Posted by: jrahaim
Posted on: 2005-02-14 13:20:00

phpInfo() returns:

file_uploads On On
upload_max_filesize 7M 7M
max_input_time -1 -1
max_execution_time 30 30
post_max_size 8M 8M

I didn't see settings for:
memory_limit

I hope that helps.

-Jason

MP3Mystic Your personal Streaming MP3 Server

Tags: php uploadmax inputmax sizephp formupload fileini fileuploadsmemory limitknowledge baseexecutionapachemaximum