for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ntentan\honam\engines\php\helpers\form;
class File extends Field
{
public function render()
$this->setAttribute('type', 'file');
return parent::render();
}