Jump to content

file size problem


Recommended Posts

hello

 

customers must send me pictures files so that I can customize the items that I offer, but only cares about the customer can not send me larger than 200 kilobyte file, it is ridiculous for the photo.

I'm running 1.4.9.0.

You can set the file size to download?

 

thank you in advance

 

help

post-582826-0-29869800-1370007451_thumb.jpg

Link to comment
Share on other sites

Have you tried backoffice>preferences>

Limit upload image value ?

 

If it is 2MB by default, then it seems that your hosting provider limits the upload size. You can increase it by contacting them, by accessing php.ini file via your cpanel (if you have permission) or add that line to your htaccess file (a little difficult and depends on the configuration of your server)

Edited by MEG Venture (see edit history)
Link to comment
Share on other sites

go to the:

 

themes/prestashop/contact-form.tpl

 

you've got there something like:

<input type="hidden" name="MAX_FILE_SIZE" value="2000000" />

 

and increase value="" param

 

Hi Vekia,

 

I guess this problem is about product customization.

Link to comment
Share on other sites

create script with phpinfo();

 

To create a phpinfo file, open a plain text file, add the following lines, and save:
Filename: phpinfo.php upload it to your server, then open yourstore/phpinfo.php file in browser

you will see specification of php settings for your hosting account

<?php
phpinfo();
?>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...