1

我正在maven的Struts2中开发一个应用程序。我已经使用过fileupload interceptorallowtypes as image/jpeg但是当我尝试上传 jpeg 文件时,它会给出content type not allowed. 我需要在我的 pom.xml 中添加任何 jar 依赖项吗?

4

1 回答 1

1

嗯...尝试使用image/jpeg,image/pjpeg http://www.webmaster-toolkit.com/mime-types.shtml

于 2012-10-18T19:51:05.023 回答