How to show user the download prompt (browser's default) pop-up box to allow the user to choose to Save or Open an image file?
The file is not in the same domain. I've the full URL of the image file.
Response.TransmitFile
will not work with remote file download. Hence, this is not a duplicate question as suggested.
I am using C# and HTML, Javascript, JQuery.