Hi there,
I've been looking for a way of accomplishing this, however I have been unsuccessful thus far. I'm trying to restrict users uploading images with image dimensions of more than xxx * xxx.
I've used the document help, but to no avail. Into my config file I have inserted 4 lines which are as follows
<security name="MaxImageWidth">640</security>
<security name="MaxImageHeight">480</security>
<security name="RestrictUploadedImageDimension">true</security>
<security name="AutoResizeUploadedImages">true</security>
However these still seem to have no affect on the image restrictions.
Any help on this is greatly appreciated
Thanks in advance
Glen