I want to change the File name so i am trying to make use of Download Attribute. Here is the Code.
<a href="http://upload.wikimedia.org/1200.png" download = "MyName">
Click Me
</a>
The file name doesn't get change. It remains 1200.png. I have noticed that when i use some local folder like '~/Images/file1.png' then it changes the name.
How to resolve this?