Why can’t zend_form render my file element without errors?
Answer / 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 |
What is zend_filter?
Which class extend the zend model? Zend_db_table_abstract
What is routing in zend in zend framework?
What is inflection?
Do you know what is zend engine?
What does autoloader in zend framework?
What is the use of bootstrap in zend framework?
Is there a way to make fpdf/fpdi or zend_pdf support the parsing of pdfs greater than 1.4?
Where we set configuration in zend framework?
What is autoloader?
How to create object of model?
What is this "username" I have to submit with my cla, and why do I have to submit it?