Knotx / knotx-forms

Forms supports forms submissions and multi-step forms flows
http://knotx.io
Apache License 2.0
0 stars 4 forks source link

Support for form submission multipart/form-data encoding #16

Open tomaszmichalak opened 7 years ago

tomaszmichalak commented 7 years ago

We support only:

We need to add support for multipart/form-data. In current implementation we throw excetion for header Content-Type="multipart/form-data".

marcinczeczko commented 7 years ago

Looks like vertx 3.4 will provide us all we need in more elegant way. Check Web client in beta version http://vertx.io/blog/vert-x-3-4-0-beta1-release/