For my new app, I am incorporating base64 encoded images displayed using data-URLs. Users can easily save these images by right-clicking and choosing "save as" or dragging the image into a folder.
However, I'm facing an issue where Chrome suggests a generic filename like "download" for the saved images, which doesn't even recognize them as actual images. Is there a way to control the suggested filename in Chrome when saving base64 encoded pictures?
I specifically need this functionality to work within Chrome only.
Any assistance on this matter would be greatly appreciated!