httpclient icon indicating copy to clipboard operation
httpclient copied to clipboard

Posting multipart/form-data with a String

Open nahi opened this issue 14 years ago • 2 comments

Without creating Tempfile.

Here's @jugyo's hack: https://gist.github.com/1280821

nahi avatar Oct 12 '11 11:10 nahi

Useful.

BrackXs avatar Nov 20 '12 11:11 BrackXs

Hmpf.. does not solve my problem, though:

I have a webservice which accepts only multipart post-data but differentiates between strings and uploaded files. I need a multipart-post which sends a multipart request with form data only.

BrackXs avatar Nov 20 '12 11:11 BrackXs