Dynamic files
Key Functionalities
Uploading Files
actions:
- children:
- type: action.action-list
options:
title: Submit
isSequential: true
actions:
- type: action.execute-entity
options:
provider: DATA_PROVIDER_DYNAMIC
entity: default/expenses
# Use the create method to upload files.
method: create
goBack: previous
data:
expenseitem: =@ctx.jig.components.expenseitem.state.value
expenseamount: =@ctx.components.expenseamount.state.value
# Specify the file to be uploaded.
file:
localPath: =@ctx.components.expenseimage.state.valueDeleting Files
Downloading Files
File Status Tracking
File Permissions
Thumbnails and File Display
Jigx Management

Examples and code snippets
Last updated
Was this helpful?