Hi Tobias,
Thanks for the response.
Yes, I'm trying to use ACC to call a remote webservice which required multipart/form-data.
And yes, I can use HttpClientRequest with header-type as multipart/form-data.
However, I'm stuck at attach the upload file.
The webservice require to upload the file as st...