Large SCORM file cannot load

Hello,
I'm very new to Dokeos and experiencing the same issue as you. I have some large SCORM files that I cannot load into Dokeos.
What is the default upload size limit? Were you able to solve you problem change the upload size limit? If Yes, where is this done?
Any help is appreciated
- Vous devez vous identifier ou créer un compte pour écrire des commentaires

Set php.ini max_upload to 200M
Hi Ralph,
By default, your server relies on a file called php.ini (usually located in /etc/php5/Apache2/php.ini) to setup the max upload value of your Apache web server and consequently of your Dokeos installation.
I would suggest you look for this php.ini file, you edit it and do a search for the word "max". You will find a lot. Chage most of them by double or triple value or more. For instance the max_upload = 2M was replaced on my installation by max_upload = 200M because I may want to upload huge SCORM files from third party authoring systems like Articulate or Captivate.
Here is a copy of the max_upload section of my php.ini file. Please not that once you saved these changes, you need to restart Apache. If you don't know how to restart Apache, restart the whole computer or server.
Hello thank you for sharing
Hello
thank you for sharing on this topic .
Chage most of them by double or triple value or more.
Regards
Abacus