Brijesh Thakur
Brijesh Thakur

Reputation: 6788

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

Upvotes: 0

Views: 1255

Answers (1)

m.edmondson
m.edmondson

Reputation: 30862

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

Upvotes: 1

Related Questions