ajaxFileUpload上传文件后,在FF和Chrome都正常上传,但是IE下总是提示下载
看了很多网上的方法,说是要把contentType配置成text/html,已经在strust2中配置好了,还是不行,下面是配置的code,求各位高手指点。。
<action name="roomFile" class="com.cahms.action.room.RoomAction">
<result type="json" name="importFileSuccess">
<param name="contentType">text/html</param>
</result>
<result type="json" name="importFileError">
<param name="contentType">text/html</param>
</result>
</action>
直接换了上传方式