agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

group file uploads #183

Open frostbane opened 1 year ago

frostbane commented 1 year ago

This fix allows uploads with similar names, i.e.

<input multiple type="file" name="pictures" />

Fixes: #143

However... File uploads will always be grouped regardless if the form uploads a single file or multiple files. So it will break any code using file uploads. (Probably create a new version??)