Hi, i'm trying to do a file upload using
jsp smartupload. in order to initialize the smartupload, i needto get the servletConfig.
How are i access the facesServlet and call the method getServletConfig?
here's part of my code:
SmartUpload supload = new SmartUpload();
supload.initialize(getServletConfig, FaceUtils.getHttpServletRequest(), FaceUtils.getHttpServletResponse());
supload.upload();