spring-guides/gs-uploading-files

Store in database

OlivlfilipeOliveira opened this issue · 1 comments

How can I get the file to store the same in a database? I've been trying to do this for a few days.

@OlivlfilipeOliveira
Personally, i've stored the file path in DB at a table named [files], and then use the [files] table later on when executing [ storageService.loadAll() ] to get all files

that was useful as i need to manage user access