FileUploadRequest
FileUploadRequest =
object
Request object for rootClient.assets.fileUpload(). Opens the host Root client's file picker and lets the user select files to upload.
Properties
fileType
fileType:
FileUploadType
Restricts which file types the user can select. See FileUploadType.
multiple?
optionalmultiple:boolean
Whether the user can select more than one file. Defaults to false. Optional.
windowTitle?
optionalwindowTitle:string
A custom title for the file picker dialog. Optional.