Our site www.viart.com site is operated by latest Viart Shop 5 with default Clear design
Topic Information
easyworld (Guest)
easyworld (Guest)
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)
Juliya (Guest)
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)
IWBC (Guest)
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).