HTML5 saveAs() FileSaver implementation

Solution to saving files on the client-side

HTML5 saveAs() FileSaver implementation . FileSaver.js implements the W3C HTML5 saveAs ( ) File Saver interface in browsers that do not natively support it . There is a FileSaver.js demo that shows savings of various media types .

FileSaver.js the solution to save files on the client – side , and is ideal for Web applications that need to create files , or to store sensitive information that should not be sent to an external server

Read More Demo

Posts created 494

Leave a Reply

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top