Automatic image resize

Last post 04-12-2010, 9:42 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  04-12-2010, 4:11 AM 60006

    Automatic image resize

    When uploading images with sizes around 3000kb, it looks as if that no resizing is taking place.
    What are the options for automatic resizing of images?
     
  •  04-12-2010, 9:42 AM 60009 in reply to 60006

    Re: Automatic image resize

    Dear oleko,
     
    If you set:
                      GalleryBrowser1.UploadLimitMode=GalleryUploadLimitMode.Resize;
                      GalleryBrowser1.MaxImageFileSize=1000;
    When you upload 3000KB image, it will resize your image.
     
    If you set:
                      GalleryBrowser1.UploadLimitMode=GalleryUploadLimitMode.Reject;;
                      GalleryBrowser1.MaxImageFileSize=1000;
    When you upload 3000KB image, it will pop up message dialog and file will not be uploaded.
     
    Regards,
    Eric
View as RSS news feed in XML