Velicina slike
This commit is contained in:
@@ -33,7 +33,7 @@ if (file_exists($target_file)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check file size
|
// Check file size
|
||||||
if ($_FILES["fileToUpload"]["size"] > 500000) {
|
if ($_FILES["fileToUpload"]["size"] > 50000000) {
|
||||||
echo "Sorry, your file is too large.";
|
echo "Sorry, your file is too large.";
|
||||||
$uploadOk = 0;
|
$uploadOk = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user