asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Any way to save to a specific directory? #170

Closed Nick-t-go closed 6 years ago

Nick-t-go commented 7 years ago

I am looking to give the user the option to save the file to a specific location? Either allow them to enter a path or give them a popup window, like normal downloads, that will allow them to navigate to a specific folder to place the download in.

Is there something along these lines that I can implement with ng-csv? Otherwise it works great, thanks for putting this together.