- Status Unconfirmed
- Percent Complete
- Task Type Information
- Category Backend/Core
- Assigned To No-one
- Operating System Linux
- Severity Low
- Priority Very Low
- Reported Version 1.0-rc
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2435 - Max attach a file
Hello,
Can you tell me which file to modify to increase the size of the attachments? Currently limited to 2mb. I would like to authorize 4mb
Thank you
Julia LECLERC
The maximum upload file size is a PHP setting.
Try increasing upload_max_filesize and post_max_size in php.ini:
http://php.net/manual/en/ini.core.php#ini.upload-max-filesize
https://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size#2184541
In some shared web hostings you can set that in .htaccess file. And some web hostings do not allow changes at all.