0

How to upload files received in the API? Using springboot java and send to a directory via http url, from cpanel for example.

I did it using aplication.properties and saved it in a local directory, but I would like to know how to save it now in a web address that has file management, in the case of cpanel.

1 Answers1

0

You can use java @RequestParam ("files") MultipartFile [] files to receive an array of files