File Upload using HTTPHandler

前端 未结 2 841
生来不讨喜
生来不讨喜 2020-12-02 00:44

I am trying to upload file (multi part form data) using HTTPHandler.

WebKit Boundary is getting written to the destination file, t

2条回答
  •  [愿得一人]
    2020-12-02 01:22

    I have faced same issue please use Apache httpClient API for it its best api for connection with URL(file uploading and dealing with multipart form data)

提交回复
热议问题