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