lunken Posted November 30, 2010 Share Posted November 30, 2010 Hi all!Is it possible to change allowed size of .pdf-documents?Now its limited to 2000 kb and thats kind of small in these days with hi-speed internet.....Thx in adv!/Thomas Link to comment Share on other sites More sharing options...
rocky Posted December 1, 2010 Share Posted December 1, 2010 You will need to edit your php.ini file (or create one) and increase the upload_max_filesize from 2M to whatever size you need. Link to comment Share on other sites More sharing options...
lunken Posted December 1, 2010 Author Share Posted December 1, 2010 I talked to the host and they said that it is set to 48M.Anywhere else in the code that it is set to 2M?/Thomas Link to comment Share on other sites More sharing options...
rocky Posted December 1, 2010 Share Posted December 1, 2010 I found the following on line 18 of admin/tabs/AdminAttachments.php and admin/tabs/AdminProducts.php (in PrestaShop v1.3.2): protected $maxFileSize = 2000000; Link to comment Share on other sites More sharing options...
lunken Posted December 2, 2010 Author Share Posted December 2, 2010 Thanks Rocky!You are a true hero!/Thomas Link to comment Share on other sites More sharing options...
rocky Posted December 2, 2010 Share Posted December 2, 2010 PrestaShop v1.4 has the option to change this from the Preferences tab. Link to comment Share on other sites More sharing options...
mysterion Posted February 10, 2011 Share Posted February 10, 2011 Thanks Rocky. Once again you save me. 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