frank9310 Posted August 28, 2012 Share Posted August 28, 2012 Please help. I'm getting the following error. If I submit a listing without uploading an image, it works fine, but if I do attempt to upload one, I get the below error. I tried changing the permissions on the file, the cars_images folder etc. The AddOffer.php page works: Error upon submit after including image to upload: Warning: copy(../cars_images/1346168202_offer_1966mustagc1082712.jpg): failed to open stream: Permission denied in /home/www/classiccarsbyfp/manager/AddOffer.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /home/www/classiccarsbyfp/manager/AddOffer.php:16) in /home/www/classiccarsbyfp/manager/AddOffer.php on line 48 Here is the code written on the AddOffer.php page from the above errors: Lines 15&16 $NewImageName = $t."_offer_".$value; copy($_FILES[images][tmp_name][$key], "../cars_images/".$NewImageName); Line 48 header("location:info.php?id=$last") Quote Link to comment https://forums.phpfreaks.com/topic/267704-failing-to-open-stream-uploading-an-image-via-browser-upload/ Share on other sites More sharing options...
Jessica Posted August 28, 2012 Share Posted August 28, 2012 What are the permissions on the folder? Quote Link to comment https://forums.phpfreaks.com/topic/267704-failing-to-open-stream-uploading-an-image-via-browser-upload/#findComment-1373239 Share on other sites More sharing options...
frank9310 Posted August 28, 2012 Author Share Posted August 28, 2012 Read-Write on owners Read-Write-Execute groups Read-Execute on public Also, the folder where the page is located that is attempting to add the listing is also the same as above and all pages insides that same folder e.g. AddOffer.php is set to 777 Quote Link to comment https://forums.phpfreaks.com/topic/267704-failing-to-open-stream-uploading-an-image-via-browser-upload/#findComment-1373241 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.