Hi,

I am trying to come up with a parser for HTTP requests with a content type of "multipart/form-data", however parsing such a body does not seem to be as easy as one might think and so I am wondering whether anybody knows some small piece of code which does such a task efficiently. Thanks.

PS: This is about a standalone application and not a servlet.