Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Upload images larger than 2mb?
I have a problem in uploading larger images. The maximum picture size I can upload is 2mb.
I added this line in config.php
$Configuration['Plugins']['UploadImage']['MaxFileSize'] = '7mb';
..but no result. It shows like it's uploading but it doesn't.
My vanilla version is 2.1.6 .
Is there anything I can do to allow uploading large images?
Thanks
Tagged:
0
Comments
You should also try checking your web host's php.ini variable for the upload or post max size.
Some old reference here:
http://vanillaforums.org/discussion/18783/how-i-can-change-the-max-file-size
It seems that solution in my case, was to contact the hosting provider, telling them that I need to upload larger images and they made the necessary changes. Unfortunatelly I don't know what changes they made, but it worked.