Hello,
I want to attach several files MO (+ 20MB)
But at the end of the upload I get the following message:
"The file size exceeds the limit of 2097152 bytes ($paramAttachmentMaxSize)"
How can I change this setting?
Thanks for your help
You must change the value in the Global Parameters screen.
But this is not enough, you also have to change configuration in php.ini to increase upload_max_filesize and post_max_size
Thanks for your help
it works perfectly
Although I did all the settings from parameter ($ param Max Attachment Size)
and the two settings in php.ini (upload_max_filesize and post_max_size) so that the attached file size matches the size set by these parameters but still I have a file size of the problem exceeds this limit
You must also increase parameter in Global Parameter screen.
Change values of
upload_max_filesize
and
post_max_size
in php.ini
yes i change o value of upload_max_filesize
and
post_max_size but no result
And did you restart you PHP after the change ?