ecl-logo Documentation

UploadCloudFile

UploadCloudFile[file]cloudFile

uploads the file given by file and creates cloudFile.

Details

    Input
    Output
    General Options

Examples

Basic Examples  (4)

Upload a new cloud file:

Upload an Image as a cloud file:

Upload a list of images as new cloud files:

Upload a list of new files:

Additional Examples  (1)

If an empty list is given, an empty list is returned:

Options  (4)

Name  (4)

Give each cloud file a name:

Give each cloud file a name when uploading images directly:

Name will automatically resolve from the file path:

Mixed name options may be specified. If a name is specified as a string, that name will be used. If a name is specified as Null, the file will be uploaded but not associated with a name. If a name is specified as Automatic, the file path of the input file will be used:

Messages  (4)

Directory  (1)

Returns $Failed and throws a message if the path is a directory:

EmptyFiles  (1)

Returns $Failed and throws a message if the file to upload is empty:

InputLengthMismatch  (1)

Errors if there is not a 1:1 relationship between the inputs and the file names:

NotFound  (1)

Returns $Failed and throws a message if the path isn't an existing file: