Cobra Forum

Plesk Panel => Others => Topic started by: Administrator on Dec 29, 2022, 08:46 AM

Title: How to upload large files to a website hosted in Plesk
Post by: Administrator on Dec 29, 2022, 08:46 AM
Answer
For example, to upload 3GB files to a website, adjust the following settings:

file_uploads = on
upload_max_filesize = 3500M
post_max_size = 3500M
memory_limit = 3500M

Note: "3500M" is just an example. Instead of "3500M" you can use gigabytes, for example "4G".
QuoteLimitRequestBody 3670016000
where 3670016000 (bytes) = 3500MB