matiasad Posted February 4, 2009 Share Posted February 4, 2009 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 More sharing options...
Guest Posted February 4, 2009 Share Posted February 4, 2009 You can try this in a htaccess file: php_value post_max_size 16Mphp_value upload_max_filesize 16Mphp_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 More sharing options...
matiasad Posted February 4, 2009 Author Share Posted February 4, 2009 Thanks a lot TakeDat! But it didn't work... or maybe I did it incorrectly? I just edited htaccess and added those 3 lines at the end. Any other ideas? Link to comment Share on other sites More sharing options...
Guest Posted February 4, 2009 Share Posted February 4, 2009 Who is your host, you may ask and/or check these king of setting from their support... Link to comment Share on other sites More sharing options...
matiasad Posted February 4, 2009 Author Share Posted February 4, 2009 Sorry... php.ini did the trick :red: Thanks a lot!!! Link to comment Share on other sites More sharing options...
Guest Posted February 4, 2009 Share Posted February 4, 2009 Sorry... php.ini did the trick :red: Thanks a lot!!! You are welcome, feel free to contact me: https://my.ichidesk.com/contact.php Link to comment Share on other sites More sharing options...
mobilafitness Posted November 16, 2012 Share Posted November 16, 2012 thanks for this: php_value post_max_size 16M php_value upload_max_filesize 16M php_value max_execution_time 600 Link to comment Share on other sites More sharing options...
benjamin utterback Posted November 16, 2012 Share Posted November 16, 2012 Hello, thank you for confirming the solution. I will go ahead and mark this thread as solved. Thanks for choosing PrestaShop Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now