ASPxClientFileManagerFileUploadedEventArgs.folder Property
In This Article
Gets the path to the folder where a file is uploaded.
#Declaration
TypeScript
folder: string
#Property Value
Type | Description |
---|---|
string | A string value specifying the uploaded file path. |
#Remarks
Use the folder property to determine the folder location where a file is uploaded.
See Also