Octavian Rasnita wrote:

> When I upload a file from my computer to a server, I choose a local file, I
> open it, then I print its content into another file.
> But if I want to upload a file from my local
> /htdocs/ folder into the /images/ folder on the server, how could Perl know
> that the specified /htdocs is on my computer, and not on the server also.


when you click 'browse' on a form upload field, it will point to your 
hard drive (or a drive in the computer the browser is running on).  if 
you're running samba or nfs, the directory you point to could be on any 
networked machine (provided it's been set up in samba or nfs).


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to