File Download
-
Hi all, I have created a Page on which i want the user to be able to download files, I want to display the name of the files and when the user clicks on the file name the save File dialog should be displayed so that the user can select the location of the file where it has to be saved. Any sample code or links regarding this will be appreciated.
Thanks & Regards, Pramod "Everyone is a genius at least once a year"
-
Hi all, I have created a Page on which i want the user to be able to download files, I want to display the name of the files and when the user clicks on the file name the save File dialog should be displayed so that the user can select the location of the file where it has to be saved. Any sample code or links regarding this will be appreciated.
Thanks & Regards, Pramod "Everyone is a genius at least once a year"
The anchor tag will do this for you, depending. Where do the files live ? Are they on the server, or in the database ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
The anchor tag will do this for you, depending. Where do the files live ? Are they on the server, or in the database ?
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
They are on a Sharepoint Server. I get all the attachments from a list and display the names on the page by creating LinkButton for each of them. now i want the display the save dialog box when the user clicks on the LinkButton and then the file should be saved on the location given by the user.
Thanks & Regards, Pramod "Everyone is a genius at least once a year"