是jspsmartupload组件,对不起,写错了

解决方案 »

  1.   

    原因很简单。。传递参数是你使用httpRequest的getParameter("")方法。
    但是。你的html应该是file格式的。你试者用jspsmartupload重载过的getParameter方法获得参数。应该是没有问题了
      

  2.   

    SmartUpload upload = new SmartUpload();
             upload.initialize( this.getServletConfig(), request, response );
             upload.upload();
              upload.getRequest().getParameter("参数").trim() ;//得到传过来的参数 !!!