Public Member Functions | |
| init () | |
| main () | |
| printContent () | |
Public Attributes | |
| $uploadNumber = 10 | |
| $doc | |
| $basicff | |
| $icon | |
| $shortPath | |
| $title | |
| $number | |
| $target | |
| $returnUrl | |
| $content | |
Protected Attributes | |
| $charsetConversion | |
Definition at line 77 of file file_upload.php.
| SC_file_upload::init | ( | ) |
Constructor for initializing the class
Definition at line 121 of file file_upload.php.
References $BACK_PATH, $GLOBALS, $key, $TYPO3_CONF_VARS, t3lib_div::_GP(), exit, t3lib_div::getIndpEnv(), t3lib_div::intInRange(), t3lib_div::makeInstance(), and t3lib_BEfunc::typo3PrintError().
| SC_file_upload::main | ( | ) |
Main function, rendering the upload file form fields
Definition at line 200 of file file_upload.php.
References $GLOBALS, t3lib_BEfunc::cshItem(), t3lib_BEfunc::getFuncMenu(), and t3lib_div::intInRange().
| SC_file_upload::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 284 of file file_upload.php.
| SC_file_upload::$basicff |
Definition at line 95 of file file_upload.php.
SC_file_upload::$charsetConversion [protected] |
Definition at line 105 of file file_upload.php.
| SC_file_upload::$content |
Definition at line 113 of file file_upload.php.
| SC_file_upload::$doc |
Definition at line 88 of file file_upload.php.
| SC_file_upload::$icon |
Definition at line 96 of file file_upload.php.
| SC_file_upload::$number |
Definition at line 108 of file file_upload.php.
| SC_file_upload::$returnUrl |
Definition at line 110 of file file_upload.php.
| SC_file_upload::$shortPath |
Definition at line 97 of file file_upload.php.
| SC_file_upload::$target |
Definition at line 109 of file file_upload.php.
| SC_file_upload::$title |
Definition at line 98 of file file_upload.php.
| SC_file_upload::$uploadNumber = 10 |
Definition at line 80 of file file_upload.php.
1.4.7