上传文件到AWS,浏览器打开是预览还是下载的问题

参数

两个核心参数Content-Disposition Content-Type

Content-Disposition:  // inline(预览) attachment(下载)
Content-Type:  // 例如 text/plain image/jpeg image/png image/svg+xml

注:

Content-Type:application/octet-stream  以这种方式上传就是打开url直接下载

content-type大全

https://blog.csdn.net/blueloosu/article/details/84237062

posted @ 2021-05-18 12:13  vaen  阅读(400)  评论(0)    收藏  举报