We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6caa462 commit 4c54d2fCopy full SHA for 4c54d2f
java-ai/src/main/java/oracleai/DigitalDoubles.java
@@ -54,7 +54,7 @@ public String uploadimageandvideo(
54
image,null, firstName, lastName, email, company,jobRole, tshirtSize, commentsWithAnimStyleAndPrompt);
55
if (!video.isEmpty()) {
56
OracleObjectStore.sendToObjectStorage(
57
- email + "_" + video.getOriginalFilename(), video.getInputStream());
+ email + "_" + video.getOriginalFilename()+ "_" + animstyle, video.getInputStream());
58
}
59
try {
60
org.apache.commons.io.FileUtils.forceMkdir(new File(DIRECTORY));
0 commit comments