Currently POST requests are possible, but the upload data is limited to name=value&name=value&... pairs that are java.lang.String. Add support for uploading multi-form encoded binary data from an InputStream.
Log in to post a comment.