How to set filename containing spaces in Content-Disposition header

后端 未结 4 1156
情话喂你
情话喂你 2020-12-09 14:20

I have this piece of code:

resp.addHeader(\"Content-Disposition\", \"inline; filename=\" + fileName);

When the file name is \"a_b_c.doc\" o

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