javascript - Save file to folder -


i using jspdf generate pdf file. when use save function, saves / download file 'download' folder. instead of that, save file specific folder automatically through javascript

assuming you're talking doing in browser, can't this. user chooses file saved. if browser saving downloads folder without asking should downloaded to, that's because that's default setting browser.

if you're using javascript in offline capacity, local script, answer different. won't know unless provide of code.


Popular posts from this blog