Re: [Haskell-cafe] HTTP and file upload

2008-04-19 Thread Duncan Coutts
On Fri, 2008-04-18 at 13:22 -0700, Adam Smyczek wrote: The following code is just a small wrapper around the Browser module that adds support for multipart/form-data content type. It's more or less a prototype but works fine for me. Looking forward to suggestions how to improve it. Be

Re: [Haskell-cafe] HTTP and file upload

2008-04-18 Thread Adam Smyczek
Thanks for the snippet. Sorry, but my question was somehow mis-formulated. I was looking for a client-side implementation how to upload a file to any server using Haskell (mainly using the Browser module from HTTP package). Going through the Browser.hs source code a little, I and came up with

Re: [Haskell-cafe] HTTP and file upload

2008-04-15 Thread Adrian Neumann
Yes http://hpaste.org/6990 Am 14.04.2008 um 19:07 schrieb Adam Smyczek: Is form based file upload supported in HTTP module (HTTP-3001.0.4)? Adam ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] HTTP and file upload

2008-04-14 Thread Adam Smyczek
Is form based file upload supported in HTTP module (HTTP-3001.0.4)? Adam ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe