Page 1 of 1

Images uploading problem

Posted: Tue Aug 07, 2012 11:44 pm
by nmm
Hi there.

Im about to launch a shop.

When i try to insert images it keep telling me that the image i've choose is to big.
Heres comes the following message " The file is to big - Max 300 kb and 1000 px"

Can anyone help come through this problem.

Thanks - Nick

Re: Images uploading problem

Posted: Wed Aug 08, 2012 3:01 am
by MaxD
Make them smaller or take some extension that removes this limitation.

Re: Images uploading problem

Posted: Wed Aug 08, 2012 4:00 am
by nmm
where do i find that kind of extention?

Re: Images uploading problem

Posted: Wed Aug 08, 2012 4:09 am
by MaxD
That sort of extensions usually cost some money.

Here's a tip from Image Fix solution:

To remove image file limitations, open admin/controller/common/filemanager.php, find there line:

Code: Select all

$json['error'] = $this->language->get('error_file_size');
and delete it.

Re: Images uploading problem

Posted: Mon Sep 03, 2012 2:39 am
by nmm
Thanks for the help. :-)

Re: Images uploading problem

Posted: Mon Sep 03, 2012 3:06 am
by victorj
I have made some changes to the filemanager.php and made a swf icon so it will show up in the filemanager as a swf file

make a backup off your original filemanager

upload filemanager to admin/controller/common

uploaf image to admin/view/image

if al is oke you can upload swf files and select them in the file manager.

Re: Images uploading problem

Posted: Wed Sep 12, 2012 2:26 am
by fpdesign
You can use this extension: http://www.opencart.com/index.php?route ... on_id=6229 which allows you to upload multiple images at a time. You can drag them from your PC to the image manager and they will upload. If you have problems with the file size or max uploads, you can change your settings in your php.ini files in the root or the admin root.

This image manager replaces the existing image manager in opencart for most functions in the standard opencart installation. If you need more features, you can always contact me and I can help.

Thanks.

Re: Images uploading problem

Posted: Sun Sep 30, 2012 4:19 pm
by nmm
Thanks