rndme / download

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

Request for adding an filepath argument #90

Closed KingYapster closed 1 year ago

KingYapster commented 5 years ago

Request for adding an FilePath argument like:

download(data, strFilePath, strFileName, strMimeType);

Eg: FilePath = "E:\Files\";

So, when the file is downloaded, it is stored in the location which we passed in the FilePath variable.

rndme commented 1 year ago

Sadly, there is no way to do this using the browser mechanisms that download.js uses. You might look into the newer showSaveFilePicker().