Cannot Attach Files

Cannot Attach Files

If you can attach small files but not larger ones, it is likely due to a limit set on your server.

The file upload limit varies from server to server. You may need to adjust your PHP configuration file (php.ini) to allow larger files to be uploaded. Look for the following settings:

file_uploads = On
upload_max_filesize = 16M