html - How to force Save and restrict Open -



html - How to force Save and restrict Open -

in html code, have link csv file. ones user click on it, default programme (ms excel) starts , give 2 options : open , save

<a href="\\c:\xxx\test.csv">download data</a>

i need restrict open option. want user able download his/her computer, not open version on drive. how can ?

you can not stop user choosing open option, think getting wrong here - means pc download , open temp folder right away. not edit version of file.

html

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -