Reputation: 6788
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
Reputation: 30862
You can download data, but you can't save anything to the local file system with javascript. This is impossible.
Upvotes: 1