Type of error?
Posted: Fri Aug 24, 2007 9:00 pm
Is this usually a chmod type of error? I just created the images_html folder...
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
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