9293949596979899100101102
List items; try { items = upload.parseRequest(request); } catch (FileUploadBase.SizeLimitExceededException e) { return new FileTooLargeView(); } // find the form fields first Iterator it = items.iterator(); while (it.hasNext()) {