News

Do you need to find a Spring Boot file upload that uses Ajax and works with Spring MVC web apps? This example uses HTML5 file input fields and a pure JavaScript Ajax call to accomplish the task.
This example utilizes a custom extension to implement a file upload field. The js is not minified so it is readable. See file-input.js and FileUploadField.js. The FileUploadField can also be used in ...