ToonMariner Posted November 29, 2005 Share Posted November 29, 2005 Hi people. I need a little bit of info if someone would be so kind..... I have a php upload script that is not working. The script is similar to the upload class written in the tutorial secition but the is_uploaded_file function($_FILE['file']['tmp_name'] returns false. php.ini has: safe mode: off open_basedir: no value uploaded_temp_dir: no value fileuploads: on before altering the scripts to handle errors I would get Permission denied erros on the move_uploaded_file function. I am not sure but this must be a group permission thing. If anyone could shed any light I would be very greatful. If you need anymore info please ask. Quote Link to comment https://forums.phpfreaks.com/topic/2955-upload-errors/ Share on other sites More sharing options...
manmadareddy Posted November 29, 2005 Share Posted November 29, 2005 Give 775 permission for the directory in which you want to store this uploaded file. Quote Link to comment https://forums.phpfreaks.com/topic/2955-upload-errors/#findComment-9939 Share on other sites More sharing options...
ToonMariner Posted November 29, 2005 Author Share Posted November 29, 2005 done - still same error Quote Link to comment https://forums.phpfreaks.com/topic/2955-upload-errors/#findComment-9940 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.