
system.web.file.defaultsModel.minImgDefault Maven / Gradle / Ivy
The newest version!
package system.web.file.defaultsModel;
import system.web.file.FileModel;
/**
*
* @author wangchunzi
*/
public class minImgDefault extends FileModel {
@Override
public void configuration(system.web.file.temp.FileConfig fc) {
fc.path_save = "upfile/img/";
fc.fileNameSuffix_alloy = "jpg,jpeg,gif,png";
fc.fileSizeThreshold = 2 * 1024 * 1024;
fc.fileSize_max = 2 * 1024 * 1024;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy