Class FileResourceBinaryController
- java.lang.Object
-
- de.digitalcollections.cudami.server.controller.identifiable.resource.FileResourceBinaryController
-
@RestController @Api(description="The file upload controller", name="File upload controller") public class FileResourceBinaryController extends Object
-
-
Constructor Summary
Constructors Constructor Description FileResourceBinaryController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.digitalcollections.model.api.identifiable.resource.FileResourceupload(javax.servlet.http.HttpServletRequest request)
-
-
-
Method Detail
-
upload
@PostMapping({"/latest/files","/v2/files"}) @ApiResponseObject public de.digitalcollections.model.api.identifiable.resource.FileResource upload(javax.servlet.http.HttpServletRequest request) throws IOException- Throws:
IOException
-
-