FileUploadKeyToPath - cLocalWebResourceManager
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 |
|---|---|---|
| sKey | String | Hash key for uploaded file |
Syntax
Function FileUploadKeyToPath String sKey Returns String
Call Example
Get FileUploadKeyToPath sKey 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.