Hi Cyber Panel
I using file manager to upload file. And I can’t upload file larger 700MB, error occurred: “can not be uploaded, Error message:”
I have followed this guide. It still doesn’t work
I did:
1, Cannot add these 2 lines to vhost config
php_value upload_max_filesize “200M”
php_value post_max_size “250M”
2, Edited setting.py, still doesn’t work
nano /usr/local/CyberCP/CyberCP/settings.py
at the end of the file add
DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800
then
systemctl restart lscpd
I want maximum upload file size is 1GB
Please help me, thanks you
To Thai