|
Posted by Adrienne Boswell on 06/06/07 14:34
Gazing into my crystal ball I observed szaki <ljagoda@gmail.com> writing
in news:1181136144.124487.220800@q69g2000hsb.googlegroups.com:
> Hello,
> how can I copy a file from local disk to windows server ?
> I have a control file on my web side,
><input type="file" name="file1" />
> I choose file on local computer and what function must I use to copy
> this file to server ?
>
> Thanks for any help.
>
> Luk
>
>
There has to be a script on the server that processes the information.
Since you're using windows, you might be using IIS, which might mean ASP.
Look for ASP Upload. There are a few components that will do it for you,
and somewhere out there is a script that will do it for free. You will
have to Google.
You also need to read about forms and how they handle information. Jukka
has some excellent pages written on the subject (my browser is down right
now, or I'd give you the URL). Jukka?
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|