wide-eyed Posted May 21, 2015 Share Posted May 21, 2015 I need to increase the file attachment size for adding a couple of product manuals/instructions (I am using the default template). How do I go about this? These manuals and instructions are important to the customer and obviously making them available is important to us. Thanks in advance for your help. Link to comment Share on other sites More sharing options...
Paulito Posted May 21, 2015 Share Posted May 21, 2015 Hello Have a look at going to: public_html/Your Shop/classes/Uploader.php class UploaderCore { const DEFAULT_MAX_SIZE = 10485760; (change this size) private $_check_file_size; private $_accept_types; private $_files; private $_max_size; private $_name; private $_save_path; I was having similar problems so I changed mine to: const DEFAULT_MAX_SIZE = 50485760; Paul Link to comment Share on other sites More sharing options...
wide-eyed Posted May 21, 2015 Author Share Posted May 21, 2015 I have no such directory? Can't seem to find an uploader.php file either Link to comment Share on other sites More sharing options...
Paulito Posted May 21, 2015 Share Posted May 21, 2015 Hello Well. here is mine http://screencast.com/t/IvKdkaT1LYbe do you see any php files? If you cannot find it than you could perhaps ask your host to look into it for you Paul Link to comment Share on other sites More sharing options...
wide-eyed Posted May 21, 2015 Author Share Posted May 21, 2015 nope....I only see different index.php files here and there throughout the directories....guess I'll have to open a ticket. Thanks for your help tho... Link to comment Share on other sites More sharing options...
wide-eyed Posted May 21, 2015 Author Share Posted May 21, 2015 In the version of the default template that I am using, the upload size can be changed in the back office through administration > preferences>upload quota (which can be sset to a maximum of 64MB). Link to comment Share on other sites More sharing options...
Recommended Posts