The application will not accept files greater than 5 MB. How can the limit be increased?

Add the following right after <systems.web> on the web application web.config file
<httpRuntime 
         executionTimeout="90"
         maxRequestLength="10096"/>