<< Back
Message for this thread
Posted by Messages text
alves rubens

Noavatar
Total post : 37
> Profile
Written on : 24/11/2010 17:57 ( more than one month )
Object : Server configuration to upload SCORM
Hello

I need to upload SCORM objects with 20M and I don't want to upload them by FTP, I'd like to upload them by DoceboLMS.
I'd like to know what is the minimum configuration to this parameters:

upload_max_filesize
post_max_size
max_execution_time
memory_limit

I already read the manual but the configuration that it is there doesn't work.
You talk about objects with 200M...How can I do?
Thanks

Rubens
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 24/11/2010 18:50 ( more than one month )
Object : Re: Server configuration to upload SCORM
Hello,
if you set upload_max_filesize and post_max_size to 24M you should be file..  max_execution_time is not needed but you should eventually increase max_input_type.. and depends on your connection speed. Is the time in seconds that are available to you to upload your file. Please see also here.

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
alves rubens

Noavatar
Total post : 37
> Profile
Written on : 24/11/2010 20:23 ( more than one month )
Object : Re: Server configuration to upload SCORM
Hello Giovanni

I changed my configurations PHP like that:

upload_max_filesize = 50M
post_max_size=50M
max_execution_time=600
memory_limit=64M

and the upload SCORM worked with success.

Thanks a lot.

Rubens
 
Derks Giovanni

Avatar
Total post : 1861
> Profile
Written on : 26/11/2010 17:24 ( more than one month )
Object : Re: Server configuration to upload SCORM
Hello,
you're welcome :) thanks for sharing your settings!

bye,
Giovanni. 

Docebo Staff
 - Docebo 4 released! -

 
<< Back