XOOPS
2.6.0
|
Go to the source code of this file.
Functions | |
handle_uploaded_files ($juploadPhpSupportClass, $files) | |
Variables | |
$appletParameters | |
if((isset($_SERVER['PHP_AUTH_USER'])&&$_SERVER['PHP_AUTH_USER']!= '')&&$_SERVER['PHP_AUTH_USER']!= ''&&$_SERVER['PHP_AUTH_USER']!= '') | $classParameters |
$cycle =true | |
$i =0 | |
$juploadPhpSupportClass = new JUpload($appletParameters, $classParameters) | |
$max_cycles =50 | |
$path =$current_path.$_GET['path'] | |
handle_uploaded_files | ( | $juploadPhpSupportClass, | |
$files | |||
) |
This function will be called, once all files are uploaded, with the list of uploaded files as an argument.
Condition to have this function called:
$juploadPhpSupportClass | The instance of the JUpload PHP class. |
$file | The array wich contains info about all uploaded files. |
Definition at line 46 of file index.php.
References $juploadPhpSupportClass.
$appletParameters |
if ((isset($_SERVER['PHP_AUTH_USER'])&&$_SERVER['PHP_AUTH_USER']!= '')&&$_SERVER['PHP_AUTH_USER']!= ''&&$_SERVER['PHP_AUTH_USER']!= '') $classParameters |
$juploadPhpSupportClass = new JUpload($appletParameters, $classParameters) |
Definition at line 120 of file index.php.
Referenced by handle_uploaded_files().