Package org.vrspace.server.api
Class UploadController
java.lang.Object
org.vrspace.server.api.ApiBase
org.vrspace.server.api.ClientControllerBase
org.vrspace.server.api.UploadController
@RestController
@RequestMapping("/vrspace/api/files")
public class UploadController
extends ClientControllerBase
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
upload
(jakarta.servlet.http.HttpSession session, jakarta.servlet.http.HttpServletRequest request, String fileName, String contentType, Double x, Double y, Double z, Double rotX, Double rotY, Double rotZ, org.springframework.web.multipart.MultipartFile fileData) Methods inherited from class org.vrspace.server.api.ClientControllerBase
findClient
Methods inherited from class org.vrspace.server.api.ApiBase
currentUserName
-
Field Details
-
PATH
- See Also:
-
-
Constructor Details
-
UploadController
public UploadController()
-
-
Method Details
-
upload
@PutMapping("/upload") public void upload(jakarta.servlet.http.HttpSession session, jakarta.servlet.http.HttpServletRequest request, String fileName, String contentType, Double x, Double y, Double z, Double rotX, Double rotY, Double rotZ, @RequestPart org.springframework.web.multipart.MultipartFile fileData) throws IOException - Throws:
IOException
-