PDA

Click to See Complete Forum and Search --> : Upload file


prokhaled
Apr 4th, 2002, 10:18 AM
I try to Upload file from my computer to my site using this code
copy ("C:\WINDOWS\Desktop\khaled.gif","/image/khaled.gif");

but it does not work

is there any error in code ??

scoutt
Apr 4th, 2002, 08:53 PM
yes there is. you can't do that.

look at my site for a snippet on how to upload under php.