public IActionResult GetUploadInfoByID(int expId) { return(new JsonResult(_uploadService.GetUploadInfoByExpID(expId))); }