Skip to content
Snippets Groups Projects
Commit 1671c115 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

BUG: store files with correct name in upload_files dir

parent 0ac86045
Branches
Tags
No related merge requests found
......@@ -127,7 +127,7 @@ public class ServerSideScriptingCaller {
throw new CaosDBException("The path must not be null or empty!");
}
caosdb.server.utils.FileUtils.createSymlink(
getUploadFilesDir().toPath().resolve(f.getTmpIdentifyer()).toFile(), f.getFile());
getUploadFilesDir().toPath().resolve(f.getPath()).toFile(), f.getFile());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment