Suppose I have the following base64 image:
<img alt="imagen de prueba" width="16" height="16" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAA……… />
When I run the view in the browser and show the image, at the time of downloading, when I put save image as ... in name, it appears with the name of "descarga.png". I would like to know how to put the real name or one you want to the file to download.