我的JSP页面:
  <body>
    <textarea rows="10" cols="140" class="xheditor" id="xheditor_id" 
  ></textarea>
   
    <script type="text/javascript">
    $('#xheditor_id').xheditor({
    tools:'full',
    upImgUrl:"add.action"
    });
   
    </script>
  </body>
我的Struts.xml配置好了;求高手帮忙下后台处理图片上传的方法,最好点击 上传按钮后立即显示于textarea中,求源代码