Upload File (Dalux Box)
dalux_upload_fileUpload documents to Dalux Box by creating new files in folders or adding revisions to existing files. Handles chunked upload for reliable transfer.
Instructions
Upload a document to a Dalux Box file area: a new file into a folder (folderId) or a new revision of an existing file (fileId). Handles the 3-step chunked upload flow. File areas of type "published"/"shared" cannot be uploaded to. Requires write access on this instance — confirm the target folder with the user before uploading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Existing file id to upload a NEW REVISION of. | |
| fileName | Yes | ||
| fileType | No | document | |
| folderId | No | Target folder for a NEW file. | |
| projectId | Yes | Project id from dalux_list_projects. | |
| fileAreaId | Yes | ||
| properties | No | ||
| contentBase64 | Yes | File content, base64-encoded. |