This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

function web_is_upfile(const name: string): boolean;

Arguments:

name Variable name

Description:

Checks whether such file is uploaded.

Returns:

TRUE or FALSE depending on uploaded file validity.

Usage:

if web_is_upfile('field_name') then
	// Some actions
else
	// Other actions

See also:

web_get_upfile_name.

PSP Help documents