SergioLop Posted September 30, 2010 Share Posted September 30, 2010 Hello,I need to remove this limitation, you know of any hosting that has no limits? is for a digital music store.Best Regards.www.beatspain.es Link to comment Share on other sites More sharing options...
ruben6 Posted September 30, 2010 Share Posted September 30, 2010 In the backoffice under prefferences - products, the third option from the bottom. There you can change the maximum upload size. I think that is the setting you need. Link to comment Share on other sites More sharing options...
rocky Posted October 1, 2010 Share Posted October 1, 2010 No, that's for customers uploading images on the website, not for employees uploading images in the Back Office. You need to change this line in your php.ini file: upload_max_filesize = 2M If such a file or line doesn't exist, create one. Increase the filesize from 2M to however many megabytes you need. If your host won't let you increase this value, you will need to upload a small dummy file, then overwrite it with the bigger file using FTP. Link to comment Share on other sites More sharing options...
SergioLop Posted October 2, 2010 Author Share Posted October 2, 2010 does not work, know some hosting that does not have this limitation? Link to comment Share on other sites More sharing options...
htech Posted April 19, 2011 Share Posted April 19, 2011 Hey guysim also having this problem...i have included the php.ini file and increased the 2M to 50M but still shows as " Your server's maximum upload file size is: 2M "i have tried uploading a 5Mb file and it still gives me an error..its an mp3 that i am uploading any ideas? Link to comment Share on other sites More sharing options...
Jaya1 Posted July 31, 2011 Share Posted July 31, 2011 Where do I find the php.ini file? I am a newbie. Link to comment Share on other sites More sharing options...
rocky Posted July 31, 2011 Share Posted July 31, 2011 If it exists, it will be in your root directory. If it doesn't, you will need to create one and paste the code above into it. Link to comment Share on other sites More sharing options...
LovePrestashop Posted July 31, 2011 Share Posted July 31, 2011 It it exists, it will be in your root directory. If it doesn't, you will need to create one and paste the code above into it. Hi rocky, Could you be able to have a look at my issue please? I have post it here: http://www.prestashop.com/forums/topic/122160-upload-image-failed-at-image-100/ Thank you so much! I believe you can answer my question. BIG thanks! Link to comment Share on other sites More sharing options...
rocky Posted July 31, 2011 Share Posted July 31, 2011 Sorry, I can't help. It's working fine on my website, but I have less than 100 images. Try upgrading to PrestaShop v1.4.4. If that doesn't work, report it on the bug tracker. Link to comment Share on other sites More sharing options...
Recommended Posts