Function handle_uploaded_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: - Have the applet parameter afterUploadURL unset in this file. This makes the applet use its default behavior, that is: afterUploadURL is the current web page, with the ?afterupload=1 parameter added. - Have the class parameter callbackAfterUploadManagement set to 'handle_uploaded_files', name of this callback. You can use any name you want, but the function must accept one unique parameter: the array that contains the file descriptions.
|
$juploadPhpSupportClass |
instance of the JUpload PHP class. |
|
$files |
array wich contains info about all uploaded files. |