madcow Posted July 1, 2015 Share Posted July 1, 2015 I run a shop with items to be printed. Like t-shirts, photomugs etc. This requires the customer to upload a image or text before adding the item to the cart. But when pressing upload button an error message appears, and nothing is uploadet. how can i solve this problem? Thanks. Link to comment Share on other sites More sharing options...
Julie_Liu Posted July 1, 2015 Share Posted July 1, 2015 What is the error? Also, what is the size of the image your customers are trying to upload. You can set a limit for the maximum size for attachments. The default is 8MB. you can change it from your back office Administration > Preferences > under the Upload Quota block. Link to comment Share on other sites More sharing options...
madcow Posted July 2, 2015 Author Share Posted July 2, 2015 Thamks. Will check that. the error message is just a error occured trying to upload image. Link to comment Share on other sites More sharing options...
gabdara Posted July 4, 2015 Share Posted July 4, 2015 You can set a limit for the maximum size for attachments. The default is 8MB. you can change it from your back office Administration > Preferences > under the Upload Quota block. This value may also be limited by your server configuration. In order to be able to set this to a higher value, in your php server configuration (php.ini) you need to have the values of upload_max_filesize and post_max_size equal or greater than the file size you want your users to be able to upload. Link to comment Share on other sites More sharing options...
Recommended Posts