Home > Archive > ASP > June 2007 > copy file from local comp to server ?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
copy file from local comp to server ?
|
|
|
| Hello,
how can I copy a file from local disk to windows server using ASP (not
asp.net)?
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
| |
| Jon Paal [MSMD] 2007-06-13, 3:56 am |
| google:
asp -.net upload
"szaki" <ljagoda@gmail.com> wrote in message news:1181680810.436431.272660@g37g2000prf.googlegroups.com...
> Hello,
> how can I copy a file from local disk to windows server using ASP (not
> asp.net)?
> 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
>
|
|
|
|
|