Error uploading large files (memory, HTTP or timeout error)

Change the following values in the [.htaccesss] file to upload large files:

upload_max_filesize
memory_limit
post_max_size

Take note that post_max_size and memory_limit need to be larger than upload_max_filesize.

  • 129 Users Found This Useful
Was this answer helpful?

Related Articles

How to change PHP configuration (memory, upload limit and others) using the htaccess file?

  PHP configuration (directives) like PHP memory limit, maximum upload size, post max size, and...

How to enable Server Side Includes (SSI) using htaccess?

If you are using Server Side Includes SSI in your HTML files, and they are not working, you most...

How to secure your htaccess file?

For security reasons, the [.htaccess] file contents should not be visible to the public. To...