/** * This source code belongs to Moon Zang, the author. To use it for * commercial/business purpose, please contact DeepNightTwo@gmail.com * * @author Moon Zang * */ package picturefarm.image.util; public class ImageConstants { public static final String FORM_ATTR_NAME = "name=\""; public static final String FORM_FILE_NAME = "name=\""; public final static int IMAGE_PACKAGE_SIZE = 50 * 1024; }