Part part =request.getPart(); I receive an error that can not find symbol getPart(String)
CodePudding user response:
You will recieve an error as the method getPart
requires a String
Part part =request.getPart(); I receive an error that can not find symbol getPart(String)
CodePudding user response:
You will recieve an error as the method getPart
requires a String