how do I increase download memory in Prestashop?

Avatar
  • Answered
I uploaded my e-book, roughly 4MB, in Prestashop virtual product. When I save the changes I get "The uploaded file exceeds the "Maximum size for a downloadable product" set in preferences (2MB) or the post_max_size/ directive in php.ini (2MB)." How do I fix this?
Avatar
anonymous
Hello,

Please check your php.ini file and make sure the following two lines are updated higher than 2MB:

post_max_size=20M
upload_max_filesize=20M

This should resolve the problem at hand. But in case it does not can you please provide us with what version of PrestaShop are you currently using?

Best Regards,
TJ Edens