config has private access,
October 22, 2009 at 8:22 PM
hi, i also face the same problem as Naidu, but i try to search the library for commons ServletFileUpload, and it's work. but i get other error on the code that is the config
File savedFile = new File(config.getServletContext().getRealPath("/")
the error message is "config has private access in javax.servlet.GenericServlet" can you help me to solve this problem?