File Download Question

  • Thread starter Thread starter Rani
  • Start date Start date
R

Rani

Hi guys
i would like to add a file download capebility to my website
how do i do that ?
currently i have few pages on my web site and would like add a regulation
file for the users to download.
please reply
 
A Simple Hyperlink pointing to download file is enough!

if the extension is .exe or .zip browser will automatically popup file
download dilog box.

HTH
Jignesh Desai
www.dotnetjini.com
 
If you don't want to mantain the page where you are going to display the
links using the System.IO you can access the file system from your server,
in this way, by using the directoryinfo and fileinfo you can build a page
that will display the links to the downloadable files.

Good luck
 

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

File Download - Security Warning 5
Questions re System.IO.FileStream 2
add download dialog box 1
DownLoad Process 3
Build C# menu system 2
Brexit, Morals and Finance 5
download as pdf 1
GDPR 11

Back
Top