Connecting Tech Pros Worldwide Help | Site Map

Upload File to server

jamesd0142's Avatar
Needs Regular Fix
 
Join Date: Sep 2007
Location: Wales
Posts: 467
#1: Jan 9 '08
Is it possiible to create a application that uploads a file to a server from my local machine?

Can anyone point me in the right direction?

Thanks
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,506
#2: Jan 9 '08

re: Upload File to server


Upload File to which server ?
jamesd0142's Avatar
Needs Regular Fix
 
Join Date: Sep 2007
Location: Wales
Posts: 467
#3: Jan 9 '08

re: Upload File to server


for example if i use some third party online storage space etc...

I'm unsure if this is even possible yet.

cheers
Moderator
 
Join Date: Oct 2006
Location: Australia
Posts: 7,748
#4: Jan 10 '08

re: Upload File to server


Assuming this relates to Visual Basic, what version are you using?

(I imagine the Internet controls will allow you to do it, via either FTP or HTTP.)
jamesd0142's Avatar
Needs Regular Fix
 
Join Date: Sep 2007
Location: Wales
Posts: 467
#5: Jan 10 '08

re: Upload File to server


Quote:

Originally Posted by Killer42

Assuming this relates to Visual Basic, what version are you using?

(I imagine the Internet controls will allow you to do it, via either FTP or HTTP.)

Im using vb express edition 2005, These 'FTP' or 'HTTP' controls i dont see them in the toolbox... Possibly just my version?
QVeen72's Avatar
Moderator
 
Join Date: Oct 2006
Location: Bangalore
Posts: 1,385
#6: Jan 10 '08

re: Upload File to server


Hi,

You can do it in a WebForm in ASP.Net,..

Cheack this M$ Link

Regards
Veena
jamesd0142's Avatar
Needs Regular Fix
 
Join Date: Sep 2007
Location: Wales
Posts: 467
#7: Jan 10 '08

re: Upload File to server


Quote:

Originally Posted by QVeen72

Hi,

You can do it in a WebForm in ASP.Net,..

Cheack this M$ Link

Regards
Veena


OK
Thanks for that, Don't have visual studio on this machine, only vb express, but i'll give it a go at home.

James
Reply