Set download path

前端 未结 2 1572
时光说笑
时光说笑 2020-12-11 18:00

I have a web application that receives a simple text file, but I need this file to be downloaded to a specific path. Meaning, when the application receives a text file, it

2条回答
  •  醉话见心
    2020-12-11 18:35

    You should be able to do this using a Java applet assuming that you have signed it. The user would be asked to allow your code to run and if allowed, you could do whatever you want: Including downloading a file to a specific location.

提交回复
热议问题