--- bryan_is_south <[EMAIL PROTECTED]> wrote:

> I am creating a site on my local computer only...not on a server, and
> I have an upload file part (<input type='file'>), but I want to know
> if it is possible to still have the files go to a certain directory on
> my own computer.
> In other words, to make sure its working right before it goes up on a
> real server, I test it and select a file in one directory, and when i
> submit it, that file automatically is copied and pasted (still in the
> original directory too, only a copy would be made) into the new directory.
> 
> Thanks,
> -bryan


Yes.  You can do this just fine.  The directory where your files will
ultimately go must be writable by your webserver user.  The details of this
depends on your configuration and operating system.

James
 

Reply via email to