FileUploadKeyToPath - cWebResourceManager
Called by the file upload control to get the local file path to store the file based on the provided upload key
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| sHash | String | Hash for uploaded file |
Syntax
Function FileUploadKeyToPath String sHash Returns String
Call Example
Get FileUploadKeyToPath sHash to StringVariable
Description
FileUploadKeyToPath is called by the file upload control to get the local file path to store the file based on the provided upload key.
You will probably not use this.