How can I detect if an optional file has been uploaded?
Answer / Amit Kumar Jha
When using Zend's FileUpload, you can check the isValid() method of the FileUpload object. If it returns true, the file was successfully uploaded; otherwise, it wasn't.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I detect if an optional file has been uploaded?
Grouping where clauses with zend_db_table_abstract ?
How to protect your website from sql injection in zend using select query?
How to get all get data?
Tell me what is the function of model in mvc architecture?
Write a program to show the function of action helper?
How to write a program that performs the calculations using the sql function?
How do you define the library path in zend ?
What is authorization in zend framework?
How to make pdo run set names utf8 each time I connect, in zendframework?
Can we move the index.php file outside the public folder?
How to write a program to show the function of action helper?