Knotx / knotx-forms

Forms supports forms submissions and multi-step forms flows

Home Page:http://knotx.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for form submission multipart/form-data encoding

tomaszmichalak opened this issue · comments

We support only:

  • application/x-www-form-urlencoded (the default)
  • text/plain

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

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/