Re: API for posting multipart/form-data

2010-05-10 Thread Fabio Kaminski
i think a more "native"-wrapped approach (for a client only) is the http/*agent.clj* > agent-based asynchronous HTTP client and http/*connection.clj >* low-level HTTP client API around HttpURLConnection in the contrib package. On Mon, May 10, 2010 at 12:00 AM, Richard Newman wrote: > Anyone kn

Re: API for posting multipart/form-data

2010-05-09 Thread Richard Newman
Anyone know of a Clojure library (or wrapper) for posting HTTP multipart/form-data? Do you mean submitting or receiving? If you mean submitting, clj-apache-http will allow you to do it. Simply create any Apache HttpEntity and pass it as the value of

Re: API for posting multipart/form-data

2010-05-09 Thread Anniepoo
If you're using ring (and you should be!) there's a middleware layer that handles it http://mmcgrana.github.com/ring/middleware.multipart-params-api.html -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goo

API for posting multipart/form-data

2010-05-09 Thread .Bill Smith
Anyone know of a Clojure library (or wrapper) for posting HTTP multipart/form-data? Bill Smith Austin, TX -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members a