How to create csv file and send it without saving it to a disc?

Viewed 284

I know that I just can create a string of csv data and Stream it, but the receiver doesn't recognize its extension in this case.

This problem is easily solved, when I firstly save the String data to a files with .csv extension.

But is there any method to send a file and make the receiver to understand it's extension without saving to a disc?

0 Answers
Related