ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


SCORM Package size limitations


  • 2008-05-15 15:19:13

    SCORM Package size limitations

    Is there a size limit for the SCORM packages that can be imported in aTutor?

    I am trying to import a 100MB SCORM Package. I have the course setup with a quota of 690.73 MB and the Max File Size is set to 690.73 MB. I get a 500 internal server error when I tried to import the file


    ATutor Version: 1.6.
    PHP Version: 4.3.10
    MySQL Version: 4.1.20-standard
    OS: Linux 2.4.29-1.2smp

    Thank you.

  • 2008-05-15 15:54:37

    Re: SCORM Package size limitations

    PHP sets the upload limit at 2mb. You can change that setting in the system's php.ini file. Ajust upload_max_filesize and post_max_filesize.

    You will have problems with files that size, even with the file size limits reset, particularly for those with slower internet connections. You'd be better off with several smaller files, and one large one.