DisplayExistingFile - cWebFileUploadForm
Displays information about a file on the server
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sPath | String | Pass the full path and filename of the file who's information you wish to display |
Syntax
Procedure DisplayExistingFile String sPath
Call Example
Send DisplayExistingFile sPath
Description
Send DisplayExistingFile to display information about a particular server-side file in the form.
If the passed filename points to a reachable file on the server, then the file's details are shown in the form, the peState property is set to ciUploadStateDisplay and the psFileName, piFileSize and psFileMime properties are set appropriately.