PEAR | --BifWidget | --FTItem | --FTFile
NOTE: You can use the Application::getParameter() method like this:
$content = $_SESSION['_BifApplication']->getParamenter('MyVar');
$content will contain the contents of the file sended and:
$file = $_SESSION['_BifApplication']->getParamenter('MyVar_file'); (??)
$file will be a temporary file (usually in /tmp/) containing file contents
FTFile FTFile( [$attrs $attrs = array()], string 1, string 2)
This constructor inherits attributes from FTItem: DESCRIPTION, ITEM, HELP and ERROR.