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