vertx-examples
vertx-examples copied to clipboard
About the file upload of webClient, how to support ctx.fileuploads ()
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!