RIO Ed - File Uploader (Aura)
rio_ed:CustomFileUploader
| Component Name |
RIO Ed - File Uploader (Aura) |
| API Name |
rio_ed:CustomFileUploader |
| Type |
Standalone |
| Recommended Pages |
Any record page in both internal or digital experience |
| Supported In | Salesforce Internal |

| Attribute Name | API Name |
Description |
| Parent Id | parentId |
Target parent record to be uploaded to, e.g. {record.Id} or 0016A00000dcknJQAQ. |
| Field Label | fieldLabel |
Field Label. |
| Upload As | uploadAs |
Default is Salesforce Attachment. |
| Accepted file type | acceptedSFFileType |
Comma-separated list of file extensions that can be uploaded in the format .ext, such as .pdf, .jpg, or .png. |
| Max File Size | maxFileSize |
For attachment only. The max file upload size in bytes (Defaults to 4500000, or 4.5MB). |
| Refresh View After Upload | refreshAfterUpload |
Refresh the view/page after uploading an attachment. |
| Disabled | isDisabled |
Disable the field. |
| Enable Instant Upload (Salesforce Attachment Only) | instantUpload |
Upload the file instantly without clicking on upload button. |
| Button Label (Salesforce Attachment Only) |
buttonLabel |
Label for upload file button, only used if instant upload is disabled. |
| For file only. File custom field name. | fileFieldName |
File custom field name. |
| For file only. File custom field value. |
fileFieldValue |
File custom field value. |
| For guest file only. Set to enable guest file upload. | isGuest |
Guest file upload. |
| For guest file only. The custom field to store parent record id. |
fileCustomParentIdField |
Custom field to store parent record id. |
| For guest file only. The parent record id value. |
fileCustomParentIdValue |
Parent record id value. |