Hi Simon,
Regarding the upload speed see this part of Web.config:
<neatUpload xmlns="http://www.brettle.com/neatupload/config/2008"
useHttpModule="true"
maxNormalRequestLength="4096"
maxRequestLength="2097151"
multiRequestUploadHandlerUrl="~/NeatUpload/MultiRequestUploadHandler.ashx"
maxUploadRate="300"
>
</neatUpload>
Regarding image sizes it is determined in the feature instance settings for the gallery, maybe you are thinking it is using settings from some other place. Click the Settings link next to the title of the Gallery.
If you still think there is an error try it on demo.mojoportal.com and show me the problem.
Hope it helps,
Joe