axwaxw / json2csv

Convert JSON arrays or Meteor collections to csv
5 stars 1 forks source link

Cannot name file #2

Open jasongonzales23 opened 10 years ago

jasongonzales23 commented 10 years ago

While I can get the file to download when using Chrome, the name I assign to the file doesn't take. Chrome labels the file "download.csv" no matter what I do. I found this SO poster with the same issue: http://goo.gl/FzTR1i

secondspace commented 10 years ago

Anybody have a solution for this? I'm having the same problem.

axwaxw commented 10 years ago

Yes there does seem to be an issue with the download attribute in HTML5 and certain browsers. The json2csv package is still working, however.

I will look at other ways to achieve download per the example in the README file that do not rely on HTML5.