FiloraFS
FiloraFS quickstart
Run a FiloraFS project and verify the essential upload flow.
Configure
storage:
provider: local
local:
root: ./data/uploads
spring:
servlet:
multipart:
max-file-size: 25MBRun
./mvnw spring-boot:runVerify upload
curl -F "file=@architecture.pdf" http://localhost:8080/api/files