Hi
Can any one tell my how can i download a file from MySql through dropdownlist
What i'm trying to do is i created a dropdownlist and shows all the file name in that dropdownlist now i want user to be able to download that file when they select any item on the list. Once they click on any item on the list it should popup a download window that they can click on SaveAs button to download that file.
I have saved only a link in the database and the actual file is saved in a folder i created
please help!!
thanks.