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