nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Create browser download write stream #89

Open nozavroni opened 8 years ago

nozavroni commented 8 years ago

Write a CSVelte\IO\DownloadStream class that allows only write operations. Basically all data written to the stream would be downloaded by the browser rather than output to the screen. Here is an example of what I'm talking about (I think).

http://ran.ge/2009/10/27/howto-create-stream-csv-php/