All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.rop.security.FileUploadController Maven / Gradle / Ivy

The newest version!
/**
 * 版权声明:中图一购网络科技有限公司 版权所有 违者必究 2012 
 * 日    期:12-8-1
 */
package com.rop.security;

/**
 * 
 * 功能说明:
 * 
* * @author 陈雄华 * @version 1.0 */ public interface FileUploadController { /** * 上传文件的类型是否是允许 * @param fileType * @return */ boolean isAllowFileType(String fileType); /** * 是否超过了上传大小的限制 * @param fileSize * @return */ boolean isExceedMaxSize(int fileSize); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy