Hi
I would like to POST an image file *and *the selected values from a
checkbox list in the same payload.
When the form enctype = multipart/form-data then only the last selected
checkbox value is presented via Request.Form despite all the selected
checkbox values appearing in the request payload.
More info on stack overflow:
- Sending multiple checkbox values to NancyFX when the form encoding is
multipart/form-data <http://stackoverflow.com/q/13143963/776476>
Is it possible to receive multiple checkbox values when the form enctype =
multipart/form-data?
Thanks
Jonny