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: String sHash

ParameterDescription
sHashHash for uploaded file


Return Value


Syntax
Function FileUploadKeyToPath String sHash Returns String

Call: 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.