Jump to content

Maxing File Size in virtual products bigger?


Recommended Posts

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

  • 5 weeks later...
  • 1 month later...

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

×
×
  • Create New...