Skip to content

Commit

Permalink
MARP-1481 Handle Feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy committed Nov 27, 2024
1 parent dc39019 commit 235e0d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"try{",
" String filename = UUID.randomUUID().toString().substring(0, 10);",
"",
" File f = new File(\"Skribble/\"+filename+\".pdf\", true);",
" File f = new File(filename+\".pdf\", true);",
" ",
" f.writeBinary(in.fileUploadEvent.getFile().getContent());",
" out.file = f;",
Expand Down

0 comments on commit 235e0d9

Please sign in to comment.