1
ayanamist Feb 21, 2012
给exe文件指定一个MIME
|
3
Platinum Feb 21, 2012
Content-type: application/octet-stream
|
4
bitsmix Feb 21, 2012
'Content-Disposition':'attachment; filename=[your file name]'
http response head 里面加上上面这个。 |