[racket] Web server and file upload/download examples

From: Danny Yoo (dyoo at hashcollision.org)
Date: Mon Oct 8 15:30:27 EDT 2012

On Mon, Oct 8, 2012 at 1:18 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> Danny's right on all counts. I don't think there's Racket client
> support for multipart/form-data.

Can we add that as a possible hackathon item?  There are examples of
multipart/form-data encoder libraries in Python (e.g.
http://code.activestate.com/recipes/146306-http-client-to-post-using-multipartform-data/);
it should be an straightforward project to port the equivalent for
Racket, so it doesn't even require originality!  :)

Posted on the users mailing list.