Re: [PHP] Upload moves the file doesn't copy it..

2001-02-14 Thread Ankur Verma
lt;[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 12:38 AM Subject: [PHP] Upload moves the file doesn't copy it.. > Hi! > > > I have finally learned to upload file using php. > But the problem is that When I upload a file, it > disappears from it's place and mov

RE: [PHP] Upload moves the file doesn't copy it..

2001-02-14 Thread Boget, Chris
> I have finally learned to upload file using php. > But the problem is that When I upload a file, it > disappears from it's place and moves to the location I > have told it to go to. It's more like a cut & paste > rather then copy and paste... > if (copy($userfile, "c:\\upload.txt")) This is co

[PHP] Upload moves the file doesn't copy it..

2001-02-14 Thread Dhaval Desai
Hi! I have finally learned to upload file using php. But the problem is that When I upload a file, it disappears from it's place and moves to the location I have told it to go to. It's more like a cut & paste rather then copy and paste... My code is as follows: Index.html: **