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 5d7d90e commit da055b4Copy full SHA for da055b4
java-ai/src/main/java/oracleai/UploadDownloadImage.java
@@ -53,7 +53,7 @@ public String uploadimageandvideo(@RequestParam("image") MultipartFile file, Mod
53
org.apache.commons.io.FileUtils.forceMkdir(new File(DIRECTORY));
54
Path path = Paths.get(DIRECTORY + file.getOriginalFilename());
55
file.transferTo(path);
56
- String fbxUrl = ORDSCalls.convertImage("http://129.80.168.144/transferimage/images/" +
+ String fbxUrl = ORDSCalls.convertImage("http://129.80.168.144/transferimage/images/" ,
57
file.getOriginalFilename());
58
model.addAttribute("resultlink", fbxUrl);
59
model.addAttribute("resulttext", "Click here for your FBX 3D model");
0 commit comments