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 |
What are the advantages of zend framework 3? Explain
What are the advantages of zend framework 2?
Can we call a model in view?
How to check request is ajax in zend framework?
How to write a program to show the instantiation of the window class?
How to check post method in zend framework?
What are the features of mvc in zend framework?
Where is the model in zf's mvc implementation?
What lucene is in the zend framework?
How to render zf2 view within json response?
What are naming convention for php file?
What do you mean by service manager in zend framework 2?