Only for vBulletin Cloud. Download customers can already modify these values as high as they want. Their servers may not like it if they go too large but that is their choice.
To allow larger image uploads you have to:
To allow larger image uploads you have to:
- Adjust the values allowed in the AdminCP under Attachments -> Attachment Storage Type. Both Dimensions and File Size.
- Adjust the maximum allowed image size in the /core/includes/config.php
- For PHP, you will have to adjust the maximum input times, the maximum post size (must be larger than the uploaded file), and the maximum allowed file upload.
- If storing attachments in the database, then you have to adjust the max_allowed_packet size in MySQL.
- You may have to adjust the size of the /tmp partition on your server.
- You may have to adjust time outs in your Web Server, whichever application that may be.
Comment