Re: it will auto resize the image even set AutoResizeUploadedImages to false

  •  08-11-2015, 8:00 AM

    Re: it will auto resize the image even set AutoResizeUploadedImages to false

    Hi,

     

    If you do not want to block any upload, then why you set the settings below to 100? the settings below means if the image width/height large than 100px, then block it and do not allow this upload.

     

    <security name="MaxImageWidth">100</security>

    <security name="MaxImageHeight">100</security>

     

    Regards,

     

    Ken 

           

View Complete Thread