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

47 Views Asked by At

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

1

There are 1 best solutions below

7
Mr. Innovator On BEST ANSWER

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