Warning: copy(/home/whosyour/images_html/5_l.jpg): failed to open stream: Permission denied in /home/whosyour/pictures_html/uploadimgs.php on line 49
ERROR: Unable to upload image.ERROR: Unable to upload image.
This is the erroneous line
Code: Select all
$copy = copy($_FILES['imagefile']['tmp_name'], "$idir" . "$filename_l"); // Move Image From Temporary Location To Permanent Location