Skip to main content

ASPxClientFileManagerFilesUploadedEventArgs.folder Property

Gets the path to the folder where files are uploaded.

#Declaration

TypeScript
folder: string

#Property Value

Type Description
string

A string value specifying the uploaded files path.

#Remarks

Use the folder property to determine the folder location, where files are uploaded in the ASPxClientFileManager.FilesUploaded event handler.

See Also