}
final UploadFileVo ufvo = new UploadFileVo();
BeanUtils.copyProperties(ufvo, form);
service.saveProjectFile(ufvo);
return mapping.findForward(WebConstants.FORWARD_VIEW);
}
protected void checkAuthorization(HttpServletRequest request) throws PermissionException