75000000) {
echo "Sorry, your image is too large (75 MB limit).";
$uploadOk = 0;
}
// Check if $uploadOk is set to 0 by an error
if ($uploadOk == 0) {
echo "
";
echo "There was an error. Double check your submission and try again.";
?>
Back The image ". $fileName . " has been uploaded.
";
if ($isPrivate != 0) {
echo "
You have chosen to make this image private - it will not appear in the public gallery.
"; } echo ""; ?>Back " . mysqli_error($conn); } } else { echo "Sorry, there was an error uploading your file."; ?>
Back