How can I detect if an optional file has been uploaded?
Answer Posted / 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 |
Post New Answer View All Answers