diff --git a/filestorage/upload.php b/filestorage/upload.php index f8df114..6be22db 100644 --- a/filestorage/upload.php +++ b/filestorage/upload.php @@ -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; }