ES3 Cloud Upload File Action

Description

Uploads a local file to the server, overwriting any existing file stored on the server for the given user.

If no Path parameter is provided, it will attempt to upload the default file.

If no User parameter is provided, the file will be global to all users.

For more information, see the Uploading and Downloading Files using ES3Cloud guide.

Parameters

Url The URL to the ES3Cloud.php file on your server.

Api Key

The API key you were given when setting up ES3Cloud on your server.

Path

The relative or absolute path of the local file we want to upload.

User

[Optional] A user and/or password if we want to make this file user-specific.

Error Code

If an error occurs, this will be set to an error code describing the error. See the error code page for more information."

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples