Topic: file field not request
I have a form with a file field, press SEND and when loading the controller for the recovery of field can not retrieve the file field why?
$request = $this->getRequest();
$result = $request->getPost();
Zend_Debug::dump($result);
//where file field???