(Created page with '{{#CUSTOMTITLE:Hooks: AfterFileUpload}} The AfterFileUpload event handler should accept tree arguments: <pre> function onAfterFileUpload($currentFolder, $uploadedFile, $filePath…') |
|||
Line 1: | Line 1: | ||
{{#CUSTOMTITLE:Hooks: AfterFileUpload}} | {{#CUSTOMTITLE:Hooks: AfterFileUpload}} | ||
− | The AfterFileUpload event handler should accept | + | The AfterFileUpload event handler should accept two arguments: |
<pre> | <pre> | ||
− | + | <cfargument name="currentFolder" required="true" type="any"> | |
+ | <cfargument name="filePath" required="true" type="String"> | ||
</pre> | </pre> | ||
Latest revision as of 10:23, 25 May 2010
The AfterFileUpload event handler should accept two arguments:
<cfargument name="currentFolder" required="true" type="any"> <cfargument name="filePath" required="true" type="String">
Since
2.0.
Used by
- watermark plugin