Several upload issues

Several upload issues

by Yannick Bogaert -
Number of replies: 3

Hi everyone,

i am trying to upload a scorm package to my course
but no matter what method I try it doesnt seem to work.

1. drag and drop
    I get the error " A required parameter (sesskey) was missing "

 

2. dropbox
    I get the error
   

3. file upload
    I get the error
   

4. URL downloader
    no files found...

Some additional details
file size: +/- 500MB
php ini settings: upload_max_filesize = 1024M
                          post_max_size = 1024M
moodle version: 2.5+

If anyone could help me solving it one way or the other that would be very helpfull.

best regards,

 

Yannick
   

Average of ratings: -
In reply to Yannick Bogaert

Re: Several upload issues

by Yannick Bogaert -

A small thing I noticed.

When I run a phpinfo on the site my new php ini settings are displayed
upload_max_filesize = 1024M
post_max_size = 1024M

But when I login to moodle and go via the server/php info values are different:
upload_max_filesize = 10M
post_max_size = 8M

How can this be? My php.ini file is located in the www directory...

Also I can not choose the server settings option under site policies...

 

In reply to Yannick Bogaert

Re: Several upload issues

by Domenico Recchia -

Hi, 

First of all .. how heavy your SCORM (in Mb) ? Your connection is fast and stable?

After which I suggest you check the maximum size of uploaded files on the site course and on your course:

  • administration>course administration>edit settings> files and uploads = change to 128 Mb or high (if your administrator has increased the amount available via php and moodle configuration)
  • site administrator > security > site policy > change voice max dimension in upload to high value

More information:

http://docs.moodle.org/25/en/Installation_FAQ

http://docs.moodle.org/25/en/File_upload_size

http://docs.moodle.org/25/en/SCORM_settings

Cheers

In reply to Domenico Recchia

Re: Several upload issues

by Yannick Bogaert -

Hi Dominico,

thanks for your reply.

The SCORM files is about +/-500MB's

In the course settings no luck as 8 MB is the max that is allowed.
change voice max dimension I can't find that...

cheers.