Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 484 Bytes

file-uploader-spring

Rest API Example

POST: http://localhost/file/upload

request param for form-data:

- file: (Selected File)

- path: (Your-path-store)

POST: http://localhost/file/delete

request param for form-data:

- path: (Your-path-store)

Breakdown rest API params

 * 'file' for select your file from your devices (MultipartFile Object)
 * 'path' for your path where you want to store/save, example: /Users/ramana/Desktop/