html - html5 download attribute works but file renaming doesn't -


i've come across problems regarding download attribute of html5. found is: supports download attribute expected in chrome firefox. value of attribute don't outcome expected on both browser. first on chrome, doesn't rename file. on firefox, renames doesn't include extension.

<a href="pdf.pdf" download="myfile">download file</a>

in firefox, if download="myfile.pdf", works. shouldn't work without extension. , problem chrome because read somewhere chrome supports download property.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -