brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

empty input file #75

Open jakjr opened 8 years ago

jakjr commented 8 years ago

When an user submit a form with an empty file input (without select a file) the package should not raise an exception or populate de errors array. (File.php line 133).

Thanks.