This object is in archive! 

How can I adjust the attachment file size limit?

Archived Mike McMullen 9 years ago

Title says it all - how can I increase the File Size limit on the Attachments?

Replies (1)

photo
1

Open the php.ini file and change the values of upload_max_filesize and post_max_size directives to the desired value. For example:


  1. upload_max_filesize = 64M

    post_max_size = 64M

Save the php.ini file and restart your web server.

If you do not have access to the php.ini, contact your system administrator or hosting provider to increase these values for you.

Replies have been locked on this page!