final FormData data = new FormData();
try {
final List items = upload.parseRequest( request );
final Iterator it = items.iterator();
FileOperation operation = null;
String fileName = null;
String contextPath = null;
String fullPath = null;
while ( it.hasNext() ) {