Hi Moody, This is not a Bug or Module issue, it is a configuration issue, the file size of your zip file exceed max request length which is set in web.config. To fix it, you had to edit your web.config to enlarge max request length. To edit it in web.config, you can search for "maxRequestLength" and try to increase it. cheers |