Files storage and upload
To support file upload and storage, You will need to configure your storage properties. KraftAdmin currently supports local files upload and storage ie that is files will be stored in your system
Enable Local file storage
- application.properties
- yml
# storage properties
# storage provider
kraft.storage.provider = LOCAL
# upload directory
kraft.storage.upload-dir = uploads
kraft:
storage:
provider: LOCAL
upload-dir: uploads
In next release, we will support other storage providers like:
- Cloudinary
- S3
NOTE
Files can only be uploaded at the moment, No deletion supported but it is being worked on. Hopefully that will be available in the next release.