[SOLVED] Restrict download of excel file

Sep 11, 2019
2
0
10
Hi, I have MS word or excel file and web based application developed on open source (through JAVA, html). I have uploaded word or excel file in this application so that other users can view the file. Any authorised user when clicks on the file, it is downloaded first locally and then opens in MS word or excel. My query is that without is it possible to restrict the download of such file? I want users to view the file in the web browser itself and not download any copy only for viewing purpose. I do not want to use any paid plugins. Else is it possible to have "auto delete" option once viewed by the user.
 
Solution
No.
Word and Excel loads and uses the Word and Excel applications locally.
Once I've opened it, I can save it locally.

And just about anything visible in my browser...I can copy locally.

You'd have to come up with a completely different presentation layer.

USAFRet

Titan
Moderator
No.
Word and Excel loads and uses the Word and Excel applications locally.
Once I've opened it, I can save it locally.

And just about anything visible in my browser...I can copy locally.

You'd have to come up with a completely different presentation layer.
 
  • Like
Reactions: pgarpgarp
Solution

Latest posts