dweck Posted August 28, 2008 Share Posted August 28, 2008 Hey,I've followed all the instructions posted on the forum here - yet still, no luck. I uploaded the maxsize.php file to my server, and changed it so it will give me the file size I wanted - and still, at the back office, it still shows 2MB limitation.Does anyone have an idea how to sort if out? It's really important for me!Thanks,Dweck Link to comment Share on other sites More sharing options...
dweck Posted September 27, 2008 Author Share Posted September 27, 2008 No one answered me yet and I'm a bit stuck... Link to comment Share on other sites More sharing options...
Skittle Posted November 18, 2008 Share Posted November 18, 2008 Try this:http://yoursite.com/prestashop/config/config.inc.php<?php/* Improve PHP configuration to prevent issues */@ini_set('display_errors', 'off');@ini_set('upload_max_filesize', '100M'); @ini_set('default_charset', 'utf-8');Change the 100M to your own number and save.If that still doesnt work you have to get in touch with your hosting provider and ask them to raise the number.They often keep it low for security reasons.Hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts