brandonsavage / Upload

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

Multiple files - one error prevents any upload #88

Open capeck opened 8 years ago

capeck commented 8 years ago

I am using DatingVIP fork which supports multiple files, If one of the files being uploaded isn't valid, nothing gets uploaded. That can include a validation rule as well as an empty element of the files array (i.e. only 2 of 3 files were chosen to be uploaded).

williamespindola commented 8 years ago

@capeck I think this validation must be included at DatingVIP project not here.