Skip to main content
Skip table of contents

2.3.1.1.2 Upload Action

Upload Action

Required. Indicates a command (action) that should be performed at the server for a given request.

Possible Values

Description

Upload file

One or more files are being uploaded through the request and should be saved by the server.

Create folder

The server should create a folder with the provided name. If the folder already exists, no action is taken.

Upload file first chunk

A chunk of a single file is being uploaded through the request and should be saved by the server as the first chunk of the file.
The file will have the PartialUpload flag set to true.

Upload file middle chunk

A chunk of single file is being uploaded through the request and should be saved by the server as an intermediary chunk of the file. The file will have the PartialUpload flag set to true.

Upload file last chunk

A chunk of a single file is being uploaded through the request and should be saved by the server as the last chunk of the file.
The file will have the PartialUpload flag set to false.

Delete file

The server should delete the file associated with the provided file ID.

Operation completed

The overall upload operation was completed and server should perform any necessary action to ensure its completeness.
Only required by external upload operations.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.