| 
	
 | 
 Posted by shimmyshack on 12/24/07 22:15 
On Dec 24, 3: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 
 
i unable to answer this question based on the proceeding code posted 
(maybe post the errors you are getting? just a thought)
 
[Back to original message] 
 |