I want to prompt user to save data [it could be anything like:- image, pdf, excel sheet etc] in same window.
I don't want to use HTML5 DOWNLOAD option as this is not valid for all the browsers.
For example:-
I want to prompt user to download google logo, as per below code.
<a href="https://www.google.co.in/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png"> Download Google Logo</a>
But it will not download Google icon although it will redirect to that link.
Please suggest!!
As per my requirement, target="_blank" or iframe will not solve my concern. I want user will simply download any file in the same page.