We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef0260 commit 6bae4c3Copy full SHA for 6bae4c3
1 file changed
src/main/java/de/interactive_instruments/etf/webapp/controller/TestObjectController.java
@@ -274,7 +274,7 @@ public String addFileTestData(
274
if (multipartFile != null && !multipartFile.isEmpty()) {
275
// Transfer file to tmpUploadDir
276
final IFile testObjFile = this.tmpUploadDir.secureExpandPathDown(
277
- testObject.getLabel() + "_" + multipartFile.getName());
+ testObject.getLabel() + "_" + multipartFile.getOriginalFilename());
278
testObjFile.expectFileIsWritable();
279
multipartFile.transferTo(testObjFile);
280
final String type;
0 commit comments