Change name of file sent to client?

后端 未结 4 1332
说谎
说谎 2020-12-17 23:22

I have a webpage that pulls information from a database, converts it to .csv format, and writes the file to the HTTPResponse.

string csv = GetCSV();
Respon         


        
4条回答
提交回复
热议问题