Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

File metadata and controls

8 lines (6 loc) · 406 Bytes

Java Spring boot file upload and download demo

** This is a demo project for uploading and downloading file using spring boot MultipartFile **

APIs summary

  • /uploadFile : this is a HTTP POST request to upload a file.
  • /uploadMultipleFiles : this is a HTTP POST request to upload multiple files.
  • /downloadFile/{fileName:.+} : this is a HTTP GET request to download the file with fileName.