# Upload batch

> Properties and configuration for the UploadBatch activity that sends multiple files to an Ephesoft Batch Class for processing.

`UiPath.Ephesoft.Activities.UploadBatch`

Sends multiple files to your Batch Class for processing.

## Properties

### Common

* **DisplayName** (`String`) - The display name of the activity.

### File Source

* **Files** (`List<String>`) - A collection of specific files that are sent to the Transact server.
* **Folder** (`String`) - An entire directory of files that are sent to the Transact server.

### Input

* **BatchClass** (`String`) - The target bucket, predefined on the Transact server, which contains a group of related documents and their constituent fields.
* **BatchName** (`String`) - A name you provide for your batch of documents.

### Misc

* **Private** (`Boolean`) - If selected, the values of variables and arguments are no longer logged at Verbose level.
