Method:
formMultiHeader()
Class:
FORM
Method Call:
include_once("core/html/FORM.php");
STRING FORM::formMultiHeader(STRING: $action);
<form enctype="multipart/form-data" method="post" action="$PHP_SELF"> <input type="hidden" name="action" value="$action" />Usage:
This formheader is to be used for file and image uploads.