How to handle File submission under Jigsaw

Hi, I noticed that you use the code org.w3c.css.util.Codecs to decode multipart/form-data.  Why does this class live in org.w3c.css? It has nothing to do with CSS, it is a MIME thing, and the package org.w3c.mime would surely welcome such a contribution.  It already has org.w3c.mime.MimeType; what is needed is ContentDisposition.java (and probably MimeMessage.java and MimeMessageFactory.java).
Chris

Received on Monday, 18 October 2010 07:00:31 UTC