Velicina slike

This commit is contained in:
Senad Uka
2020-07-10 19:44:57 +02:00
parent 0460109cee
commit cd2a180641

View File

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