{
AWResponse response = application().createResponse();
try {
DataHandler dh = part.getDataHandler();
AWContentType contentType = AWContentType.contentTypeNamed(dh.getContentType());
String filename = dh.getName();
if (filename != null && asFile) {
Util.setHeadersForDownload (requestContext(), response, filename);
}
response.setContentType(contentType);