I want the image as a file in servlet (java controller) to be uploaded to database when user pastes the data into rich text editor. I am using Spring MVC. I am able to get the local image as
a file but unable to manipulate it so that I can send it to java and then upload it to Database.
↧