public static function file($name, array $attributes = array()) { $control = new FileUpload($name, $attributes); $control->setEscaper(self::$escaper); echo $control->render(); }