AWConcreteServerApplication.sharedInstance().resourceManager(locale));
ProgressMonitor.instance().prepare(msg, contentLength()/1024);
AWFileData fileData =
mimeReader.nextChunk(fileName, headerContentType, maxLength, encrypted);
if (fileData != null) {
newHashtable.put(name, fileData);
}
}