filename PARAM tag



Specifies the name of the file to be parsed by the FileReader applet and put on the InfoBus as a data item.

Syntax

<PARAM NAME = "filename" VALUE = "name">

Values

name
Specfies the data item name under which the parsed file is published as an array. The default value is the applet name. If there is no applet name, the file is published as FileReaderOutput.

Usage

The default value is the applet name. If there is no applet name, the file is published as FileReaderOutput.

Example
filename PARAM tag example

See also
FileReader applet
fileName PARAM tag
InfoBus overview










fileName PARAM tag fileName PARAM tag



Syntax

<PARAM NAME="fileName" VALUE="fileIn">

Parameter values

fileIn
The name of the file to be parsed and put on the InfoBus as a data item. The name is treated as relative to the HTML page's directory. If fileName is omitted or null, FileReader looks for the fileDataItemName parameter.

See also
FileReader applet
filename PARAM tag
fileDataItemName PARAM tag
InfoBus overview