struts2配置文件,快来看看啊

来源:百度知道 编辑:UC知道 时间:2024/06/30 17:01:12
就是我的文件MP3格式上传,我设置成这样
<interceptor-ref name="fileUpload">
<param name="maximumSize">4096000000</param>
<param name="allowedTypes">audio/x-mpeg</param>
</interceptor-ref>
<interceptor-ref name="defaultStack"></interceptor-ref>
在页面上出来这个错误 :
Content-Type not allowed: file "I Want It That Way.mp3" "upload_15aa64c1_120f1df5c35__8000_00000000.tmp" audio/mpeg
我要把上面的 <param name="allowedTypes">audio/x-mpeg</param>改成txt的就行,为什么啊?谢谢了

mp3要用真正的文件格式audio/x-mpeg不知道你哪查的,没记错的话tomcat里面有一个详细列表,各种后缀名对应的真正文件格式名称列表,如果你txt行说明程序流程上没问题,就是设置上的错误