1

I am developing an application in Struts2 in maven. I have used fileupload interceptor and allowtypes as image/jpeg but when I am trying to upload the jpeg file it gives content type not allowed. Do I need to add any jar dependency in my pom.xml?

4

1 に答える 1

1

うーん... image/jpeg,image/pjpeg http://www.webmaster-toolkit.com/mime-types.shtmlを使用してみてください。

于 2012-10-18T19:51:05.023 に答える