...
The Apache Commons FileUpload library parses HTTP requests which conform to RFC 1867, "Form-based File Upload in HTML." That is, if an HTTP request is submitted using the POST method, and with a content type of "multipart/form-data," then FileUpload can parse that request, and make the results available in a manner easily used by the caller.
...
FWIW, the definition has been update (at least) twice since. The current specification is https://tools.ietf.org/html/rfc7578.
Best regards, Julian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org