Spring / Spring MVC Interview questions
What is HTTP multipart request?
A HTTP multipart request are constructed by HTTP clients to send files and data over to a HTTP Server. It is commonly used by browsers and HTTP clients to upload files to the server.
More Related questions...