0

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

1 Answer 1

1

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

3
  • Can you please point me to some example. Because I am completely new to Javascript. Commented Aug 17, 2011 at 11:41
  • Example of what? What you're asking for is impossible. Commented Aug 17, 2011 at 11:42
  • 1
    Example for Download a file :) and where can I save the file or downloaded data will be in memory only?. How our standard browsers(Mozila ,IE , Chrome) are achieving of downloading files and saving to our Hard Drive ?. Please put some light on above questions. Commented Aug 17, 2011 at 12:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.