Posted by Dev on 12/24/07 03:59
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
[Back to original message]
|