Why can’t zend_form render my file element without errors?
Answer Posted / Sakshi Upadhyay
Zend_Form has some limitations regarding rendering File elements. By default, the File element does not send itself with a form when submitting due to security concerns. You need to manually handle uploaded files in your action controller method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers