return false;
}
DataHandler dataHandler = scaleImage(fileItemData.getDataHandler(), 48, 119);
client.addResource(
calculatePath(parentPath, resourceName), mediaType, description, dataHandler,
symlinkLocation, redirectWith);
response.setContentType("text/html; charset=utf-8");
String msg = "The logo has been successfully updated.";