I am working on an application in Spring Boot, inside my BD I have an entity (Client) for which I want to save a route in which documents will be saved later. The problem is that the route must be configurable by the administrator, this route I have to send from a template to the server. Try to send it with an input file but I can only send the path of a file and not a folder, and the input file does not allow me to select a folder.
The route that I have to send would be something like /000.000.00/primario/secundario/archivos/.
I hope you can help me. Greetings !!