File and Image upload
Manifest comes with a built-in storage system to upload assets locally (default) or in a S3 bucket. You can use file upload to let your users update any kind of file, or image upload for image resizing.
A public/storage
folder is automatically created when needed. Uploaded files and images will be renamed with a unique name and stored in a specific folder based on entity and property name, ending by a folder with the current month name to prevent having to many files in a single folder.
Example: public/storage/project/contract/Nov24/8dab3936m1p54a66-contract.pdf
warning
If you want to set this file as an item's property, you need to upload the file first and then add the new uploaded file path as the property value creating or updating a record.