The MultipartRequestHandler interface does not handle multiple selected options.
Since MultipartRequestHandler.getAllElements() returns a Hashtable, the other
values are overwritten and only the last option is kept. You will see this
happening in DiskMultipartRequestHandler.handleRequest().