Hi,
I am getting:
Warning: move_uploaded_f ile(../images/aqua.jpg): failed to open stream:
Permission denied in /masterpiece/manage/manageImages.ph p on line 46
Warning: move_uploaded_f ile(): Unable to move '/tmp/phpBlAw9K' to
'../images/aqua.jpg' in /masterpiece/manage/manageImages.ph p on line 46
My images directory is set to 755, and is at the same level as the manage
directory, hence my use of ../images/
I am hosted on a cPanel box, so I am not sure where the /tmp folder is
actually located -- it doesn't appear to be in my account. There is a tmp
folder off my account root but I don't think this is the right folder as
there is no file called phpBlAw9K in it. Is it possible that I can't use
move_uploaded_f ile() because /tmp is located in an area of the server that
I'm not allowed to delete files from? Or is that ludicrous?
Any ideas?
--
"Come to think of it, there are already a million monkeys on a million
typewriters, and the Usenet is NOTHING like Shakespeare!" - Blair Houghton
-=-=-=-=-=-=-=-=-=-=-=-
-=-=-=-=-=-=-=-=-=-=-=-
I am getting:
Warning: move_uploaded_f ile(../images/aqua.jpg): failed to open stream:
Permission denied in /masterpiece/manage/manageImages.ph p on line 46
Warning: move_uploaded_f ile(): Unable to move '/tmp/phpBlAw9K' to
'../images/aqua.jpg' in /masterpiece/manage/manageImages.ph p on line 46
My images directory is set to 755, and is at the same level as the manage
directory, hence my use of ../images/
I am hosted on a cPanel box, so I am not sure where the /tmp folder is
actually located -- it doesn't appear to be in my account. There is a tmp
folder off my account root but I don't think this is the right folder as
there is no file called phpBlAw9K in it. Is it possible that I can't use
move_uploaded_f ile() because /tmp is located in an area of the server that
I'm not allowed to delete files from? Or is that ludicrous?
Any ideas?
--
"Come to think of it, there are already a million monkeys on a million
typewriters, and the Usenet is NOTHING like Shakespeare!" - Blair Houghton
-=-=-=-=-=-=-=-=-=-=-=-
-=-=-=-=-=-=-=-=-=-=-=-
Comment