wwWebFileUpload::GetUploadedFile

Returns the file content and optionally the filename of a file uploaded through this control. If no file is available the control returns an empty string.

The result is returned as a string.

o.GetUploadedFile(@lcFileName)

Parameters

@lcFileName
Optional - variable that will be set with the filename or empty if there's no uploaded file.

See also