Add mime type to HTML link

后端 未结 4 437
梦如初夏
梦如初夏 2020-12-15 15:45

I know how to change the MIME type in a webserver. I used this to make sure the browser downloads my .scrpt file instead of opening the plain text version. So far so good bu

4条回答
  •  -上瘾入骨i
    2020-12-15 16:52

    Can you set up a middleman script which downloads the file in question to the server, then uploads it to the user with a different MIME type?

提交回复
热议问题