download files
-
i am having a text file named ReleaseNotes.txt in my project folder. In my web page, am having a link called Download_Notes. If a user clicks the link, the file should download to the client machine. How to perform this ? Regards, abul.
hello
-
i am having a text file named ReleaseNotes.txt in my project folder. In my web page, am having a link called Download_Notes. If a user clicks the link, the file should download to the client machine. How to perform this ? Regards, abul.
hello
-
i am having a text file named ReleaseNotes.txt in my project folder. In my web page, am having a link called Download_Notes. If a user clicks the link, the file should download to the client machine. How to perform this ? Regards, abul.
hello
Hmm, not to sure how to do that, but I have a quick fix. Make the link point to the txt file, and tell the client to right click and 'save as'. EG: Download Txt
-
create a hyperlink and set the navigateUrl property to the path of the file on the server so when the client clicks on it it prompts download hope this would help
Best Regards 3ala2 :)
just3ala2 wrote:
when the client clicks on it it prompts download
This depends on what browser the client is using, or how his settings is. On my browser, IE6, it opens the textfile in the browser. A work around will be to ask the user to download by right-click on the URL and choose "save target as" option.