本人用struts2 +fckeditor 做一个WEB项目中得图片上传页面。现在有以下2个问题,需要请大家帮忙解决:1.上传图片是,总是弹出:security error ! you may don't have enough permissions to upload. 但是如果我上传很大的图片(大到TOMCAT的输出 the request was rejected because its size (3499738) exceeds the configured maximum (2097152) )却能成功。2. 上传图片时,点击upload file to server有时根本没反应,tomcat也不输出任何错误信息。我的web XML是按照网上所说的,配置如下:  <filter-mapping>
  <filter-name>struts2</filter-name>
  <url-pattern>*.jsp</url-pattern>
 </filter-mapping> <filter-mapping>
  <filter-name>struts2</filter-name>
  <url-pattern>*.action</url-pattern>
 </filter-mapping>麻烦各位兄弟姐妹帮忙解决,在下感激不尽!