On Fri, 11 Nov 2016, Michele Rossi wrote:
sorry for the confusion, our system provides 2 distinct upload operations: one is a standard HTTP PUT, the type that a browser would form to upload a file to a server.
This actually doesn't reduce the confusion much because browsers don't use HTTP PUT at all (and most servers aren't even setup to accept PUTs).
When you upload files on a normal web page with a browser, that is typically done with multipart formpost.
I will try to get in touch with the HTTR developers somehow.
I believe that will be helpful indeed! -- / daniel.haxx.se ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
