FileUploadKey - cWebResourceManager

Called by the file upload controls to generate a key used by the file upload handler to properly store the file

Type: Function

Return Data Type: String

Parameters: String sUploadPath

ParameterDescription
sUploadPathPath to uploaded file


Return Value


Syntax
Function FileUploadKey String sUploadPath Returns String

Call: Get FileUploadKey sUploadPath to StringVariable


Description

FileUploadKey is called by the file upload controls to generate a key used by the file upload handler to properly store the file.

You will probably not use this.