<p dir="ltr">Hi Edi,</p>
<p dir="ltr">while file uploads only make sense with form data, I could see how one would encounter an API that uses PUT with form data. I have not seen such an API myself, but I see no reason not to support such APIs. Do you?</p>

<p dir="ltr">-Hans</p>
<div class="gmail_quote">Am 17.07.2013 10:42 schrieb "Edi Weitz" <<a href="mailto:edi@agharta.de">edi@agharta.de</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm also on vacation, so just a quick response:<br>
<br>
On Wed, Jul 17, 2013 at 8:54 AM, Hans Hübner <<a href="mailto:hans.huebner@gmail.com">hans.huebner@gmail.com</a>> wrote:<br>
> First off, it seems that DRAKMA restricts the use of file upload parameters<br>
> to POST requests in the WHEN form that you pasted.  I do not think that is<br>
> the right thing, as the HTTP standard does not restrict the use of request<br>
> bodies to specific methods.<br>
<br>
I think you're mixing up two things - request bodies and parameters.<br>
Drakma doesn't disallow request bodies - that's what CONTENT is for.<br>
But Drakma simply doesn't know what to do with file parameters if<br>
you're not sending a POST request as they only make sense with form<br>
data.<br>
<br>
I don't think the patch is useful.<br>
<br>
Peter, why are you not using :CONTENT?<br>
<br>
Cheers,<br>
Edi.<br>
</blockquote></div>