Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Specify the path of the user upload images for your application.

    Code Block
    languagebash
    ####################################################################################################################################################################################################################
    # This property is used to define the path of the user uploaded images.
    # This should be a relative path with respect to the
    # root path that is configured as CT_WORK_CENTRALIZED_PATH in implementation property file.
    #####################################################################################################################################################################################################################
    USER_IMAGES_FOLDER=/PictureUpload 


  2. Specify the maximum size for the user image file in bytes.

    Code Block
    languagebash
    ######################################################################
    # This Property is used to restrict the user uploaded images file size
    ######################################################################
    USER_IMAGES_MAXSIZE=10485760


  3. Specify the image formats, which can be uploaded by the user.

    Code Block
    languagebash
    ##############################################################################
    # This property will define the user images formats which uploaded by the user.
    ##############################################################################
    USER_IMAGE_FORMATS=jpg,png,gif,jpeg


...

Refer the following pages:

Page Tree
rootCanvas APIs for Managing Profile PicturesProfile Picture APIs