5 mUpload = new UploadFrom...
12 internalProcessUpload()
13 wfRunHooks(UploadForm:BeforeProcessing)
15 wfStripIllegalFilenameChars
19 getUserPermissionsErrors(edit; upload; create)
20 mUpload->verifyUpload()
26 wfRunHooks(UploadVerification)
27 if(!ignoreWarning) mUpload->checkWarnings()
29 mUpload->performUpload()
31 if(isGood() && $watch) addWatch()
32 if(isGood()) wfRunHooks(UploadComplete)
33 wfRunHooks(SpecialUploadComplete)
36 * "Your file will be renamed to $1" check now done on the result of
37 Title::makeTitleSafe instead of filteredName
38 * getExistWarning only really does existence checks
39 * Other stuff forgotten to be documented