FileUploaderBuilder.Name Method
| Name | Parameters | Description |
|---|---|---|
| Name(JS) | value | Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server. Mirrors the client-side name option. |
| Name(String) | value | Specifies the value passed to the name attribute of the underlying input element. Required to access uploaded files on the server. Mirrors the client-side name option. |