Save File

B

Bonzol

Web Application VB.Net VS2005

Hey there,
My web application allows users to upload files to the server, mainly
images. At the moment a user can view a file and display it in a new IE
window. I would like to now add a feature that will allow the user to
download the file instead, giving the user a save diaglog box or
something similiar. I am very unsure on the code on how to do this. Any
Help would be wonderful.

Thanks in advance
 
C

Cor Ligthert [MVP]

Bonzol,

Is uploading mostly a lot of work (in aspnet it is a piece of cake)
downloading is easy, just embed it in an anchor <a href and than the place
of the file> , the rest is automaticly done by the browser.

Cor
 
N

Newbie Coder

Any ASP questions are better asked in the ASP.NET forum:

Microsoft.Public.DotNet.Framework.ASPNET

Not being funny, but Cor isn't the best person to answer your question when
you see his ASP.NET website with all the problems on it. Not a good example

Newbie Coder
(It's just a name)
 

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

Similar Threads


Top