I tend to get caught up on the JavaScript side of the HTML5 revolution, and can you blame me? HTML5 gaves us awesome "big" stuff like WebSockets , Web Workers, History, Storage and little helpers like the Element classList collection. There are, however, smaller features in HTML5 that we can appreciate; one of those would be the new download download attribute allows you to set a separate file download name than the actual link endpoint itself. ...and when the user clicks the link, the download attribute appears in the save dialog instead of the garbled mess that was there before.
Read full article from HTML5 download Attribute
No comments:
Post a Comment