Skip to content

FileUploadKey - cLocalWebResourceManager

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

Parameter Type Description
sUploadPath String Path to uploaded file

Syntax

Function FileUploadKey String sUploadPath Returns String

Call Example

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.