rndme / download

file downloading using client-side javascript
MIT License
2.29k stars 417 forks source link

Set Folder to download #37

Closed vmontal closed 7 years ago

vmontal commented 8 years ago

How can I set a specific folder to download the file, instead of the default folder "Downloads"?

wbazant commented 7 years ago

I think that this is impossible to decide on by the webpage, for security reasons - imagine you were able to tell the client to download anywhere on disk. All you can do is ask browsers to download things.

rndme commented 7 years ago

you can customize your browser settings to ask or auto-save to a custom folder. from JS, there's nothing we can do.