====== HTML_UPLOADFORM_OUTPUT ====== ---- dataentry event ---- Description: modify the uploadform HTML DefaultAction: display the upload form Preventable: no Added_dt: 2008-10-29 Removed_dt: 2020-10-13 ---- This event is signalled by [[xref>html_form()]] in [[xref>inc/html.php]] when called via [[xref>media_uploadform()]]. Use this to inject additional form elements((see [[xref>inc/form.php]])) into the form. This event has been replaced by [[FORM_UPLOAD_OUTPUT]]. ===== Passed Data ===== $data contains a [[xref>Doku_Form]] object with the form components. ===== See also ===== * [[codesearch>HTML_UPLOADFORM_OUTPUT|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]]