diff --git a/myimages.php b/myimages.php index 55765f2..05de3c5 100644 --- a/myimages.php +++ b/myimages.php @@ -151,7 +151,7 @@ function imageResize($imageResourceId,$width,$height) { $file = $_FILES['image']['tmp_name']; $sourceProperties = getimagesize($file); $fileNewName = time(); - $folderPath = "upload/"; + $folderPath = "upload"; $ext = pathinfo($_FILES['image']['name'], PATHINFO_EXTENSION); $imageType = $sourceProperties[2];