angular-file-saver
angular-file-saver copied to clipboard
An AngularJS service that provides cross-browser compatibility of HTML5 saveAs() - http://alferov.github.io/angular-file-saver
Would be nice to add an indicator or something while the data is downloading in the request.
I just correct the readme. You don't need to declare Blop, if you do you will have an injection error, Cheers
Is it possible to save the data to the file that already exists and is not empty without loosing it's content? Regards, misty
I have a HTML table that will be exported to a Excel file, that you will be automatically downloaded to the user's PC. I load in the Blob the HTML...
Hi, I'm trying to save a file served by google app engine blobstore api. It's streamed as the data body from a http GET response. Any chance that this could...
I hope I'm missing something blatantly obvious. But I installed 1.1.1 with bower and included `ngFileSaver` as a dependency in my app. Then, I get this error in Chrome: `Uncaught...
Update FileSaver.js to the latest version (currently `1.1.20160520`).
Hi, Can you please help? I am trying to implement the filesaver, but can't get it working. Nothing happens when I click the **Download** button. I have the following defined...
Downloading a file does not work properly on iOS 7.1.2 and iOS 9.1. A new window is opened with blob:// in the address bar. In case of a binary file,...