简体   繁体   中英

Download a File using JavaScript

I am implementing Download Manager using Javascript. I want to know How can I download a file from server using Javascript. Where Javascript will connect to server, Download a file and save it on local file system.

Kindly Help me out here, with all possibilities.

Regards, Brijesh Thakur

You can download data, but you can't save anything to the local file system with javascript. This is impossible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM