Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-24 Thread Jörg F . Wittenberger
On Sep 22 2011, Moritz Heidkamp wrote: Hi Jörg, Jörg F. Wittenberger writes: There is also at http://ball.askemos.org/InstallResources the Code for Askemos. It's maintained. (Runs at all the servers of askemos.org at this moment 3 hosts with Chicken and 3 with RScheme.) You will need both

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-22 Thread Moritz Heidkamp
Hi Jörg, Jörg F. Wittenberger writes: > There is also at http://ball.askemos.org/InstallResources > the Code for Askemos. It's maintained. (Runs at all the servers of > askemos.org at this moment 3 hosts with Chicken and 3 with RScheme.) > > You will need both (still at this time), the RScheme

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-22 Thread Jörg F . Wittenberger
On Sep 20 2011, Santosh Rajan wrote: Hi, I am looking for chicken code for parsing multipart/form-data. Can anyone point me to the code please? Sure it must be there somewhere, at least in the web server code. There is also at http://ball.askemos.org/InstallResources the Code for Askemos. It

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-21 Thread Jules Altfas
Moritz, Thanks for your interest in using the web server's mime-parsing module. I thought I should clarify a few points about what I've done, just in case there are questions :) 1) The mime-parse module makes use of two modules: common and IOport. Common is a collection of aliases, and util

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-21 Thread Moritz Heidkamp
Hi Jules, Jules Altfas writes: > A tarball of the code is available at: > http://webserv.bmedctr.com. There's not a whole lot of documentation, > though the code is pretty straightforward and commented. The site has > more info. interesting! It would be nice to have an egg for at least the MIME

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-20 Thread Santosh Rajan
Thanks all, for the links, will look into them. On Tue, Sep 20, 2011 at 12:40 PM, Peter Bex wrote: > On Tue, Sep 20, 2011 at 08:49:24AM +0530, Santosh Rajan wrote: > > Hi, > > > > I am looking for chicken code for parsing multipart/form-data. Can anyone > > point me to the code please? Sure it m

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-20 Thread Alex Shinn
On Tue, Sep 20, 2011 at 4:10 PM, Peter Bex wrote: > > And Alex Shinn's "hato" library also includes some MIME handling code > you might want to use: http://synthcode.com/scheme/hato > (note that the link to the docs are wrong, they should point to > http://synthcode.com/scheme/hato/doc/hato-manual

Re: [Chicken-users] Code for parsing multipart/form-data

2011-09-20 Thread Peter Bex
On Tue, Sep 20, 2011 at 08:49:24AM +0530, Santosh Rajan wrote: > Hi, > > I am looking for chicken code for parsing multipart/form-data. Can anyone > point me to the code please? Sure it must be there somewhere, at least in > the web server code. Unfortunately there isn't any currently because it'