Link to home
Start Free TrialLog in
Avatar of jaxrpc
jaxrpc

asked on

Uploading of file to server

Hi, i am building a vb.net app and i am required to let the user choose a file on their local drive and upload it to the server which is on the LAN. I was using the file.copy method and copy it to a mapped network drive but the way i am doing it is to...manually map the drive so if i have 100 clients...i will have to map the drive a 100 times? and after mapping the client can just go to my computer and access the drive. are there any better ways of doing this? preferably programmatically. thanks
Avatar of Rimvis
Rimvis
Flag of Lithuania image

How to upload a file to a Web server in ASP.NET by using Visual Basic .NET
http://support.microsoft.com/kb/323245/EN-US/

Avatar of jaxrpc
jaxrpc

ASKER

sorry i am not using asp.net here. Just vb.net for desktop applications
Avatar of jaxrpc

ASKER

Maybe just to clarify..the server i am talking about is a file server.
ASKER CERTIFIED SOLUTION
Avatar of Jeff Certain
Jeff Certain
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Bob,

Full points to me on this one.  :)

Jeff