Simple File Upload

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
 
C

Cor Ligthert

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top