开发者

Download a File using JavaScript

开发者 https://www.devze.com 2023-03-28 21:34 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消