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 |
Please write down a program to show the execution of the application?
What are the difference between zend_registry and zend_session?
Is zf a component library or a framework?
Difference between zend_registry and zend_session?
What is the procedure to see that the optional file is detected?
What is the use of zend framework?
What is autoloader in zend framework?
Explain the filters in zend framework with examples?
What is being presented by the decorators?
How to get all get data in zend framework?
What are the elements used in customizing the output of using the standard decorators?
What is a zend framework and why it is used?