應該是 Web Server 上 MIME type 設定的問題,如果是您自己的 Web Server,或者認識其管理員,可以在 web.xml 加入這一個 MIME type:< mime-mapping>< extension>thm< /extension>< mime-type>application/vnd.eri.thm< /mime-type>< /mime-mapping>(通常需要重開 Web Server)如果不是的話就比較難了...