是否可以在浏览器中呈现 DiskCache 非图像文件而不会丢失其类型?
我按照此页面上的说明进行操作:http: //imageresizing.net/docs/v4/howto/cache-non-images
根据说明,我在 PostAuthorizeRequestStart 事件中设置了 PostAuthorizeRequestStart = True 和 cache = Always。我还在配置中添加了 .unknown mimeType。
但是,当请求一个 xml 文件时,它会作为内容类型“application/octet-stream”而不是“text/xml”返回。
无论如何要保留非图像文件的原始内容类型?