Package org.vrspace.server.api
Class UploadController
- java.lang.Object
-
- org.vrspace.server.api.ApiBase
-
- org.vrspace.server.api.UploadController
-
@RestController @RequestMapping("/vrspace/api/files") public class UploadController extends ApiBase
-
-
Constructor Summary
Constructors Constructor Description UploadController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupload(javax.servlet.http.HttpSession session, javax.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.ApiBase
currentUserName, findClient
-
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
upload
@PutMapping("/upload") public void upload(javax.servlet.http.HttpSession session, javax.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
-
-