logger.log(Level.WARNING, "Received file end chunk for ID {0} without file, this should not happen!", endChunk.getContainerId());
} else {
container.flushAndCloseTemporaryFile();
final NodeInterface newNode = storeNode(container);
final String filesPath = StructrApp.getConfigurationValue(Services.FILES_PATH);
final String relativePath = newNode.getProperty(File.relativeFilePath);
String newPath = null;