Class ImageUploadHelper


  • public class ImageUploadHelper
    extends Object
    Handle the mechanics of validating, storing, and deleting file images.
    • 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