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.