Upload File

//indico-client-java/com.indico.storage/UploadFile

# UploadFile

[jvm]\
class UploadFile(client: IndicoClient) : RestRequest<JSONArray?>

## Constructors

| | |
|---|---|
| UploadFile | [jvm]<br>constructor(client: IndicoClient) |

## Functions

| Name | Summary |
|---|---|
| call | [jvm]<br>open override fun call(): JSONArray?<br>Upload files and return metadata |
| filePaths | [jvm]<br>fun filePaths(filePaths: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)&lt;[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)&gt;?): UploadFile<br>Files to upload |