sczyh30 / vertx-blueprint-microservice

Vert.x Blueprint Project - Micro-Shop microservice application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipart not working

xkguq007 opened this issue · comments

Multipart/form-data with image

is not working.

any ideas?

I set createHttpServer -> req.setExpectMultipart(true); before router::accept.
It still not working.

In test, I make vertex.createHttpServer is working.