Move Uploaded file Permission Problem
Posted: Sun Dec 03, 2006 7:16 am
I upload my files correctly( error code is 0 )
but when i want to move uploaded files using move_uploaded_file :
$uploaded=move_uploaded_file($_FILES['image']['tmp_name'],"pics");
the following error occurs:
failed to open stream: Permission denied
i am using windows so i checked the folder and unsetted read-only but the problem still persists.
what should i do?
but when i want to move uploaded files using move_uploaded_file :
$uploaded=move_uploaded_file($_FILES['image']['tmp_name'],"pics");
the following error occurs:
failed to open stream: Permission denied
i am using windows so i checked the folder and unsetted read-only but the problem still persists.
what should i do?