This is exaclty what I need. The GET method works just fine, but I have trouble with the POST method uploading the files.<br>Edi, here is a question (I am not sure if it's the right mailing list to ask it...)
<br>When I say (this is part of a function, so I use back-quote for parameters):<br><br>(drakma:http-request "/some/uri"<br>                :method :post :form-data t<br>                :parameters `(("Name1" . ,name1)
<br>                      ("Name2" . ,name2)<br>                      ("File" . ,file-name))))<br><br>I
got an "unknown error" from the remote host. Looks like there is
problem with streaming file contents. I did a little of debugging
printing the content of file buffer (in send-content function) looks
like the file is being open and read, but something happens at the
receiving end.
<br>I wonder how can I debug it more. <br>When I do the same request from the FORM in Firefox everything works.<br>What debuggind techniques I can try here? (Sorry I am still very new to Lisp)<br><br>Thank you,<br>Andrew
<br>