I have a simple image loaded from the server:
<img src="mycoolimage.jpg" />
The image is already being shown in the browser. Is there any way using JavaScript to get the image to save to my file system without actually having to send another request to the server?