When Uploading large SCORM content into document libraries you may need to change the max file upload in the web application settings and also in the web.config file as shown below:
Edit the httpRuntime tag in the web.config
<httpRuntime executionTimeout=”999999″ maxRequestLength=”184320″ />