|
Posted by Betikci Boris on 12/24/07 09:33
On Dec 24, 5:59 am, Dev <hanu...@gmail.com> wrote:
> Hello All,
>
> i am unable to upload file using following code:
>
> chmod("upload", 0777);
> move_uploaded_file($_FILES["file"]["tmp_name"], "./upload/".
> $_FILES["file"]["name"]);
> chmod("upload", 0755);
>
> what wrong in this code any one help me.
>
> Thanks in advance
>
> Dev
What about the other attributes? Did you try 644 or 744 and why do you
give executable status to public?
[Back to original message]
|