- From: Roger Hågensen <rescator@emsai.net>
- Date: Sat, 31 Jul 2010 04:42:48 +0200
On 2010-07-30 20:54, Eduard Pascual wrote: > Let me complement the proposal with a use case: > http://stackoverflow.com/questions/3358209/triggering-a-file-download-without-any-server-request > Now something like that is a bit more tricky, but can't Javascript actually trigger a proper Save As? Something like <a href="#" onclick="*javascript*: document.execCommand('Save As','1','saveMe.csv');"><img src="./images/*save*.png"></a> Should in theory work, but I think browser support for that is spotty, so the solution to that stackoverflow post either lies in deep Javascript vodoo. Or make a suggestion to the Javascript "folks" would be better? In any case a download attribute would only improve such a functionality (if javascript support it) even further by displaying the proper UI. -- Roger "Rescator" H?gensen. Freelancer - http://EmSai.net/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100731/a5a5ae62/attachment.htm>
Received on Friday, 30 July 2010 19:42:48 UTC