Hey people, Is it possible to adjust the maximum upload limit/size when uploading a downloadable products. Cos i tried to upload a product of 5meg but i couldnt.
Please is there is anybody that has experienced this?
Juliya (Guest)
9 Oct 2007 10:05 AM
Hello,
Actually, there is a special setting in the 'php.ini' file:
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
This means that the maximum size of uploaded files is 2 Mb.
So, all other files that exceed 2 Mb should be uploaded via an FTP program into the appropriate folder for downloadable products.
Should you have further questions, please feel free to contact us.
Best regards,
Viart Support Team
IWBC (Guest)
6 Sep 2008 1:14 PM
I'm using v3.5. Where is shopping cart's php.ini? I searched the entire directory tree and can't find it anywhere? (I have already increased the limit in my servers' PHP configuration).