csk Posted January 7, 2012 Share Posted January 7, 2012 Hi, I would like to know which folder are the digital downloaded files. I'm looking for this folder because my web host has a upload limit of 4Mb for files. Files that are larger than 4 Mb can only be sent to the server by FTP client. I was able to partly resolve the problem to upload files greater than 8 Mb (prestashop standard): I accessed the admin panel following Tools> Generators and I modified the file ".Htaccess" adding the following command in the "specific configuration": # Max size upload file php_value upload_max_filesize 100M php_value post_max_size 100M php_value max_execution_time 200 php_value max_input_time 200 But It's not solved my problem. Which folder are the digital downloaded files? Anyone can help? Sorry for my english but I'm Brazilian user. Thanks Link to comment Share on other sites More sharing options...
csk Posted January 8, 2012 Author Share Posted January 8, 2012 I found. It's the "download", but the files can't be send by an client FTP, because these files are compressed and encrypted when we upload by the BackOffice. Link to comment Share on other sites More sharing options...
Recommended Posts