Jump to content

[SOLVED] Increase upload limit


Recommended Posts

Hey everyone! (and apologies for my bad english)
Maybe someone can help me... I'm setting up a Prestashop for my business but I'm having a little trouble with downloadable products. We are selling a products that is 12 MB in size. But prestashop won't allow anything over 2MB. Is there a way to change this?
I already tried checking 'uploadproductfile.php' on the admin folder (didn't find anything to change there) and I also checked those files on the config folder... but I can't find the option.

Thanks in advance!

Working from Chile!

Link to comment
Share on other sites

You can try this in a htaccess file:


php_value post_max_size 16M
php_value upload_max_filesize 16M
php_value max_execution_time 600


Or tweak it from the php.ini file if you are using a dedicated box...
Link to comment
Share on other sites

  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...