Tatttoo Posted August 7, 2013 Share Posted August 7, 2013 Hello, I ran into another problem I am now in the processes of adding virtual products. And i cant upload PDF files that are larger than 35-40MB? I would like to be able to upload PDF files that are up to 500MB, is that even possible? I have been searching for a module that could help me but there all paid. Is there a free one that would help me? IF not can i split the PDF files and add multiple zip,rar files to one product? Thank you Website Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2013 Share Posted August 7, 2013 http://stackoverflow.com/questions/2184513/php-change-the-maximum-upload-file-size Link to comment Share on other sites More sharing options...
Tatttoo Posted August 7, 2013 Author Share Posted August 7, 2013 Thank you El Patron for your help. I have tried 2 of the ways listed in the link you provided but i still cant get it to work. I tried both ways that invole the .htaccess file, the one that is located on the root of my prestashop. Im not sure if im doing it right. I access the file through FileZilla then add the code that is provided? Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2013 Share Posted August 7, 2013 you will need access to your php.ini file, I don't think there is another way to accomplish this. you may also want to contact your hosting company to see if the will allow the change based on your hosting plan Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2013 Share Posted August 7, 2013 to see your php runtime values, create a file something.php. Add the code below, then navigate to that file. <?php // Show all information, defaults to INFO_ALL phpinfo(); ?> Link to comment Share on other sites More sharing options...
tomerg3 Posted August 7, 2013 Share Posted August 7, 2013 You can check out the following 2 modules, they let you upload files using FTP and mass assign them to products. Basic: http://www.presto-changeo.com/en/prestashop-modules/38-batch-downloadable-product.html Advanced: http://www.presto-changeo.com/en/prestashop-modules/69-batch-downloadable-product-pro.html 1 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