Re: auto resize uploaded images doesn't work

  •  03-09-2010, 10:36 AM

    Re: auto resize uploaded images doesn't work

    thanks for the reply...this is currently what i have in my Default.config file:
     
        <security name="RestrictUploadedImageDimension">true</security>
        <security name="OverWriteExistingUploadedFile">false</security>
        <security name="UseTimeStampRenameUploadedFiles">false</security>
        <security name="AutoResizeUploadedImages">true</security>
        <security name="MaxImageWidth">200</security>
        <security name="MaxImageHeight">200</security>
        <security name="MaxImageSize">200</security>
     
    is there another setting i have to manipulate before this actually works?
View Complete Thread