hi,
i want to download .csv for that i have written a code in in .html file as follows
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the help of that dialogbox i can download that file. can any one give me the code.with the help of that i can download that file & not opening in browser.
i want to download .csv for that i have written a code in in .html file as follows
<a href="files/test.csv">test</a>. when i open this html file in browser and click on that link(test), then it opening that file in browser in MS-excel format, instead of giving me dowload file dialog box.With the help of that dialogbox i can download that file. can any one give me the code.with the help of that i can download that file & not opening in browser.