jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

Add support for a list of files via <input type="file" multiple /> #125

Closed cimmanon closed 8 years ago

cimmanon commented 8 years ago

This also fixes a validation error in digestive-functors-heist (the 'value' attribute is not valid on file inputs). Fixes https://github.com/jaspervdj/digestive-functors/issues/124

jaspervdj commented 8 years ago

Sorry for the late merge!