PHP enable more room for file upload

The first thing to check is PHP.ini file.

The values of upload_max_filesize, memory_limit and post_max_size in the php.ini configuration.

All these limit the maximum file size submitted and handled by PHP.

Typically post_max_size and memory_limit need to be larger than upload_max_filesize.

You can check phpinfo() to get the values.

tags: & category: -