Re: upload file to web-browser
- From: "reidarT" <reidar@xxxxxxxx>
- Date: Fri, 24 Nov 2006 09:33:27 +0100
In a Windows form I use
My.Computer.Network.UploadFile( _
"File to upload", _
"ftp://ftp-address" & _
"/path/filename".mdb", _
"ftp-username", "ftp-password", True, 5000)
to do this uplaod.
How can I do the same in an aspx-page?
reidarT
"Spam Catcher" <spamhoneypot@xxxxxxxxxx> skrev i melding
news:Xns98851D16AC69Ausenethoneypotrogers@xxxxxxxxxxxx
"reidarT" <reidar@xxxxxxxx> wrote in news:edHMKz5DHHA.3396
@TK2MSFTNGP02.phx.gbl:
Is there an example how to upload a file from a clients machine to an
ftp-server
from a web-application? (No ftp-software!)
I suggest you use a HTTP Upload instead (to the web server) and then let
the web server handle the FTP connection to the destination server. This
is
a more secure and reliable method.
.
- Follow-Ups:
- Re: upload file to web-browser
- From: Spam Catcher
- Re: upload file to web-browser
- References:
- upload file to web-browser
- From: reidarT
- Re: upload file to web-browser
- From: Spam Catcher
- upload file to web-browser
- Prev by Date: VB 2005 Initialising Toobar
- Next by Date: Re: PDF Creation components
- Previous by thread: Re: upload file to web-browser
- Next by thread: Re: upload file to web-browser
- Index(es):
Relevant Pages
|