Update upload.php

This commit is contained in:
Overtorment 2021-02-25 18:57:09 +00:00 committed by GitHub
parent 55865ad20f
commit 89a225b1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ if (file_exists($target_file)) {
$uploadOk = 0;
}
// Check file size
if ($_FILES["fileToUpload"]["size"] > 200000000) {
if ($_FILES["fileToUpload"]["size"] > 500000000) {
echo "Sorry, your file is too large.";
$uploadOk = 0;
}