I'm using chrome and I have a link like this
<a href="http://textfiles.com/100/ad.txt" download="foo.txt">try me</a>
according to MDN ...
[download] is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want).
However, when I click the link with Chrome it does not allow me to change the name.
Is this a bug in chrome?
Is there a way to work around, so that it will allow user to change the name?