ILIAS open source Forums

Forums have been moved to the ILIAS Information Center!
Please do not post bug reports into these forums but into the Mantis Bug Tracker.
Please do not post any security exploits. Act accoring to RFPolicy and send a mail to "ilias-security AT uni-koeln DOT de" .
It is currently Thu Sep 02, 2010 16:31

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: SCORM Package Too Big to Upload
PostPosted: Fri Jan 29, 2010 12:56 
Offline

Joined: Mon Jan 18, 2010 03:45
Posts: 2
Currently, when I upload SCORM packages, I see text telling me that the maximum file size is 8MB. However, I have several SCORM packages I need to upload but which are at least double that size! How do I upload SCORM packages which are greater than 8MB? Do I increase the file size limit? If so, how do I do it? Or is there some other way of doing this? Thanks.


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Fri Jan 29, 2010 13:38 
Offline
Mitglied ILIAS open source e-Learning e. V.
User avatar

Joined: Mon Aug 20, 2001 02:00
Posts: 1024
Location: ILIAS open source, Cologne, Germany
Hi!

The maximum size of files to upload is not handled in ILIAS but in the php.ini of your server. 8MB is the default value of PHP. But if you want to publish SCORM modules or videos, this size is far to small. To change it, open the php.ini file of your installation. You can see where it is stored if you enter Administration of ILIAS and select the tab "Server Data". Scroll down an you find the PHP info page included. At the beginning of this long page there is a row called

Code:
Configuration File (php.ini) Path


If you go there and open the file php.ini you have to look for

Code:
upload_max_filesize


Change it to a higher value, e.g. 64M - or even higher depending of your SCORM files - , save it and restart your Apache web server to activate the changes.

From now on, you will be able to upload files until the size defined in upload_max_filesize.

If you change php.ini, you should also increase the value for

Code:
post_max_size


which defines the maximum size of a post action. I use the same value for post_max_size and upload_max_filesize.

Since ILIAS 4 there is also another way to upload big SCORM packages, see http://www.ilias.de/docu/goto_docu_wiki ... pload.html. But to be honest, I haven't used it yet. :wink:

Best regards,

Matthias

_________________
Matthias Kunkel
ILIAS open source @ University of Cologne


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Sun Jan 31, 2010 17:49 
Offline
User avatar

Joined: Thu Oct 13, 2005 18:50
Posts: 130
Location: Copenhagen/Aarhus, Denmark
Matthias,

mkunkel wrote:
Since ILIAS 4 there is also another way to upload big SCORM packages, see http://www.ilias.de/docu/goto_docu_wiki ... pload.html. But to be honest, I haven't used it yet. :wink:


Actually I cant find this feature so I had to increase my values to 250 Mb. Are you're sure it's implementet in 4.0?

_________________
Image
Læs mere om e-læring med ILIAS platformen
We offer commercial ILIAS hosting, support and development.


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Mon Feb 01, 2010 10:52 
Offline
Mitglied ILIAS open source e-Learning e. V.
User avatar

Joined: Mon Aug 20, 2001 02:00
Posts: 1024
Location: ILIAS open source, Cologne, Germany
Hi Jesper,

I have had a look at the feature and here is a short description how to use it:

To use this feature you need to have write access to the server directories and be Administrator in ILIAS. At the time being it is not possible to use this feature without being system administrator!

  1. Create a specific directory where you upload your SCORM package(s) by using SFTP, SCP or FTP. I recommend to make it a sub-directory of your data directory outside the webspace (for security reasons), e.g. /srv/www/ilias/data/scorm-import. Your Apache user needs to have access to this directory (similar to data).
  2. Enter ILIAS as system administrator (e.g. root) and go to "Adminstration > Learning Resources".
  3. On the tab "Edit Settings" (= entrance page) you find a form called Upload directory.
  4. Enter the path of your upload directory (see 1) and save the settings.
  5. Now, if you create a new SCORM module in the ILIAS repository, in a course or group, you do not need to select a file from your computer but you can choose an existing one from the upload directory.

That's it. I tested it and it works fine.

- Matthias

_________________
Matthias Kunkel
ILIAS open source @ University of Cologne


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Mon Feb 01, 2010 10:57 
Offline
User avatar

Joined: Thu Oct 13, 2005 18:50
Posts: 130
Location: Copenhagen/Aarhus, Denmark
Thanks Matthias

I remember we discussed the feature so I looked for it with out luck.

_________________
Image
Læs mere om e-læring med ILIAS platformen
We offer commercial ILIAS hosting, support and development.


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Wed Feb 03, 2010 15:47 
Offline

Joined: Fri Aug 21, 2009 17:26
Posts: 28
Location: Thornton-Cleveleys, UK
godvad wrote:
Thanks Matthias

I remember we discussed the feature so I looked for it with out luck.


Did you find it? It's definitely there on my installations under Administration>Learning Resources.

Just tested it and seems to work perfectly, I quite like the file list drop down option when importing.

_________________
Andrew Molloy, Multimedia Developer @ Aerospace Consulting and Services Ltd, UK


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Wed Feb 03, 2010 16:09 
Offline
User avatar

Joined: Thu Oct 13, 2005 18:50
Posts: 130
Location: Copenhagen/Aarhus, Denmark
Yes I found it after Matthias directions :)

I remember we discussed the issue a long time ago in Hamburg and somebody said it was implemented. When I needed the functionality some weeks ago I ended up increasing my upload-values but this was just because I didn't know where to look for the feature.

So A-OK :)

_________________
Image
Læs mere om e-læring med ILIAS platformen
We offer commercial ILIAS hosting, support and development.


Top
 Profile  
 
 Post subject: Re: SCORM Package Too Big to Upload
PostPosted: Wed Feb 03, 2010 16:15 
Offline

Joined: Fri Aug 21, 2009 17:26
Posts: 28
Location: Thornton-Cleveleys, UK
godvad wrote:
Yes I found it after Matthias directions :)

I remember we discussed the issue a long time ago in Hamburg and somebody said it was implemented. When I needed the functionality some weeks ago I ended up increasing my upload-values but this was just because I didn't know where to look for the feature.

So A-OK :)


Good to hear it, personally on our in-house server, the max file size is plenty. But this is most definitely a useful feature for hosted and remote servers where it can sometimes be a pain to change the server's settings.

_________________
Andrew Molloy, Multimedia Developer @ Aerospace Consulting and Services Ltd, UK


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group