javascriptjavajspservlet-3.0

I’m trying to use getPart() to upload blob image into mysql in jsp dynamic web app


Part part =request.getPart(); I receive an error that can not find symbol getPart(String)


Solution

  • You will recieve an error as the method getPart requires a String