Another minor issue about file uploading. I used commons upload to parse the request:
org.apache.commons.fileupload.parseRequest but now it don't parsed it well. Instead all upload files all turned into something like: myUploadFile.file myUploadFile.filename myUploadFile.content-type plain fields. Is that the requirement of Servlet 3.0 spec? Should I respect this change and permanently modify my low level code according to it? -Wesley _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
