Class ImageUploadHelper
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.freemarker.ImageUploadHelper
-
public class ImageUploadHelper extends Object
Handle the mechanics of validating, storing, and deleting file images.
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_TEMP_FILEWhen they upload a new image, store it as this session attribute until we're ready to attach it to the Individual.static intMAXIMUM_IMAGE_DISPLAY_WIDTHIf the main image is larger than this, it will be displayed at reduced scale.
-
-
-
Field Detail
-
ATTRIBUTE_TEMP_FILE
public static final String ATTRIBUTE_TEMP_FILE
When they upload a new image, store it as this session attribute until we're ready to attach it to the Individual.- See Also:
- Constant Field Values
-
MAXIMUM_IMAGE_DISPLAY_WIDTH
public static final int MAXIMUM_IMAGE_DISPLAY_WIDTH
If the main image is larger than this, it will be displayed at reduced scale.- See Also:
- Constant Field Values
-
-