|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
FileUploadIn 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 Hi,
I would use the file upload control http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.fileupload.aspx Ken -------------------- Show quoteHide quote "reidarT" <rei***@eivon.no> wrote in message news:%23e4TJWHEHHA.572@TK2MSFTNGP03.phx.gbl... > 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 > >
regarding .net help
Help reading control.location value back form text file Registry Key Manipulation simple format question Getting IP Address of the ACTIVE network card DataGridView conversion problems Help reading simple text file newbie: foundfile attributes? (filesize, saved date, etc.) help readin text file Needto grab the name and position of all buttons on a form -is this possible? |
|||||||||||||||||||||||