Is it possible to disable or hide file “save” opti

2019-09-15 04:36发布

In file download dialog, I just want to give option to view the file. So is there any possibility to disable or hide the "SAVE" option through jquery. Currently I am loading the file download dialog to "iframe".

file-download-dialog

1条回答
看我几分像从前
2楼-- · 2019-09-15 05:05

The dialog is provided by your browser, so you cannot alter it from your codebase.

If you have a file which can be viewed inside a browser (like txt or pdf), you could advice the browser in a link to open it instead of downloading it.

Via javascript you can try to open the file directly omitting the dialog alltogether. See this question for an example

查看更多
登录 后发表回答