A free and open-source book on ZF3 for beginners


10.9. Summary

File uploads is a standard HTML form feature. Uploading files is accomplished by setting form content encoding to binary encoding type. Zend Framework 3 provides convenient functionality for doing file uploads and validating the uploaded files.


Top