Hi guys, I was wondering where the files are uploaded to on the site?
@pakhan
I'd assume they go to the 'uploads' folder of your Vanilla install.
5 stars works great for me.
ty Steve
How do I set the upload size to a larger file / image size ?
You mean how heavy the file can be ? You can set this using a configuration, but much of this has to do with how heavy a file you are allowed to upload by your host. Most have a 64M limit.
$Configuration['Garden']['Upload']['MaxFileSize']= '50M';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Comments
@pakhan
I'd assume they go to the 'uploads' folder of your Vanilla install.
5 stars works great for me.
ty
Steve
How do I set the upload size to a larger file / image size ?
You mean how heavy the file can be ? You can set this using a configuration, but much of this has to do with how heavy a file you are allowed to upload by your host. Most have a 64M limit.
$Configuration['Garden']['Upload']['MaxFileSize']= '50M';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌