vertx-examples icon indicating copy to clipboard operation
vertx-examples copied to clipboard

About the file upload of webClient, how to support ctx.fileuploads ()

Open Neil-Zhou opened this issue 4 years ago • 0 comments

Hi,

I used the webclient of vertx to upload the file by route Api to another remote interface. I saw that the document was multipartform.create () a MultipartForm object, and then adopted the sendMultipartForm function. Please tell me how to use ctx.fileuploads () thanks!

Neil-Zhou avatar Apr 06 '20 10:04 Neil-Zhou