Tell me what are the ways in which the file can be detected as being uploaded or not?
Answer / Jaya Dixit
In Zend Framework, you can use the Zend_File_Transfer class to handle file uploads. The $_FILES superglobal array contains information about all uploaded files. You can check if a file has been uploaded by checking whether its size is greater than 0. For example: if($_FILES['file']['size'] > 0).
| Is This Answer Correct ? | 0 Yes | 0 No |
Which class extend the zend controller? Zend_controller_action
What is a module in zend framework 2?
What is the minimum php version required to run zend framework 2.0?
What is models in zend framework?
What is the procedure to see that the optional file is detected?
Do you know what is the way in which the html can be used to form elements?
What zend acl?
How to log out users using facebook connect in php and zend?
How to get all get data in zend framework?
What is being presented by the decorators?
Explain the difference between zend 2 & zend 3?
Explain why are in-built libraries used for the web services?