zendframework / zend-mvc

Mvc component from Zend Framework
BSD 3-Clause "New" or "Revised" License
105 stars 90 forks source link

Form file error file size lost in PRG #22

Open Danielss89 opened 9 years ago

Danielss89 commented 9 years ago

Using filePRG in the post request i see that the form contains an error for filesize(i deliberately upload a file too large(based on ini set max size)) but when validating the form, it thinks the file is just missing so i get a 'value required' error. If the file was set to required=false, the form would just pass.

weierophinney commented 8 years ago

Could you re-post this against zend-mvc-plugin-fileprg, please? Thanks!

michalbundyra commented 4 years ago

This repository has been closed and moved to laminas/laminas-mvc; a new issue has been opened at https://github.com/laminas/laminas-mvc/issues/36.