File & Image Uploads
Core supports uploading files and images for storage and later retrieval through the interface.
These uploads can be handled as either single or multiple file/image fields.
Single File/Image Upload
A single file or image upload returns the unique identifier (ID) of the uploaded file or image.
Multiple File/Image Upload
A multiple file or image upload allows users to select and upload more than one file or image.
It returns a comma-separated string (CSV) of identifiers, where each ID corresponds to an uploaded file or image.
Notes
- Each returned ID references a stored file or image within the system.
- CSV output should be split if individual IDs are required for processing.