問題描述
在我的 Web 應用程序中有一個下載按鈕,當用戶單擊它時,文件會下載到下載"文件夾.我想添加一個選項,用戶可以選擇下載文件的文件夾.
In my web application there is a download button, when user clicks on it a file gets downloaded to the "Downloads" folder. I want to add an option where user can select the folder in which the file should be downloaded.
我該怎么做?有沒有可用的插件?
How can I do this? Is there any plugin available for this?
推薦答案
您將無法使用 javascript 或 jquery 選擇用戶的下載位置.這個只能從用戶端設置,包含在瀏覽器上.否則會侵犯用戶的安全.您可以建議的是文件名.閱讀更多
You will not be able to choose the user's download location with javascript or jquery. This can only be set from the user's end, It contains on the browser. otherwise it would violate user's security. What you can suggest is the file's name. Read more
這篇關于如何允許用戶為下載的文件設置目標文件夾的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!