(Created page with '{{#CUSTOMTITLE:Hooks: AfterFileUpload}} The AfterFileUpload hook accepts tree arguments: <pre> function onAfterFileUpload($currentFolder, $uploadedFile, $filePath) </pre> ==== …') |
|||
Line 1: | Line 1: | ||
{{#CUSTOMTITLE:Hooks: AfterFileUpload}} | {{#CUSTOMTITLE:Hooks: AfterFileUpload}} | ||
− | The AfterFileUpload | + | The AfterFileUpload event handler should accept tree arguments: |
<pre> | <pre> | ||
function onAfterFileUpload($currentFolder, $uploadedFile, $filePath) | function onAfterFileUpload($currentFolder, $uploadedFile, $filePath) |
Latest revision as of 21:48, 17 May 2010
The AfterFileUpload event handler should accept tree arguments:
function onAfterFileUpload($currentFolder, $uploadedFile, $filePath)
Since
2.0.
Used by
- watermark plugin