Simple File Upload

  • Thread starter Thread starter Fred Nelson
  • Start date Start date
F

Fred Nelson

Hi:

I'm a newby and I am writing a VB.NET Web application where I would like to
allow the users to upload a file from their computer to my web server. On
the server I have already determined the name that I will call the file. I
would like to provide them with a dialog box to select the file they will be
sending and have the transfer occur.

The examples I have found are all very compicated ASP.NET examples.

Is there an easy way to do this in VB.NET - perhaps a good and simple
example site that I can look at.

Thanks very much!

Fred
 
Fred,

Assuming you are using a webpage it is very simple.

When you drag the HTML control "File Field" to your form you are almost half
way.
You have to read some information about it of course as well.

I hope this helps

Cor
 
Back
Top