1

Server image should be download in a local client machine in a particular path using javascript or jquery.

Is there any way to download the image in a particular path where we cannot use server side script?

lalithkumar
  • 3,480
  • 4
  • 24
  • 40
  • Possible duplicate of [this](http://stackoverflow.com/questions/33612566/how-to-specify-download-location-in-html-using-javascript) question. – Jeroen Heier May 13 '17 at 06:40

1 Answers1

1

With only js and jquery it is not possible. Maybe with a browser extension it can be possible. But with js and jquery you dont have ability to write local machine.

Burak Akyıldız
  • 1,550
  • 15
  • 25