CMS  Version 3.9
upload.inc File Reference

Go to the source code of this file.

Variables

 $mgr = new TemplateManager($config['homedir'], 'templates')
 
 $validator = new ValidationEngine()
 
$validator id = "folder_form"
 
if($method=="POST") else
 
 $tree = new DirectoryTreeControl("parent_folder")
 
$tree width = 320
 
$tree height = 150
 
$tree selectedValue = $parent_folder
 

Variable Documentation

◆ $mgr

$mgr = new TemplateManager($config['homedir'], 'templates')

Definition at line 39 of file upload.inc.

◆ $tree

$tree = new DirectoryTreeControl("parent_folder")

Definition at line 66 of file upload.inc.

◆ $validator

$validator = new ValidationEngine()

Definition at line 41 of file upload.inc.

◆ else

if ( $method=="POST") else
Initial value:
{
$parent_folder = sanitizePath($_GET["parent_folder"])

Definition at line 62 of file upload.inc.

◆ height

$tree height = 150

Definition at line 68 of file upload.inc.

◆ id

$validator id = "folder_form"

Definition at line 42 of file upload.inc.

◆ selectedValue

$tree selectedValue = $parent_folder

Definition at line 71 of file upload.inc.

◆ width

$tree width = 320

Definition at line 67 of file upload.inc.