Assignment Upload maximum limit

Assignment Upload maximum limit

by Susan Saulnier-Smith -
Number of replies: 2

Good afternoon,

We just upgraded from 1.9 to 1.9.2, in 1.9 we were able to select the maximum upload file size when we created an assignment to be 48MB but in 1.9.2 the maximum upload file size when creating the assignment is 16MB.   We have gone through the documentation and made sure that the maximum file size was 48MB but it still hasn't made a difference.  Can someone help with changing the maximum upload file size when creating an assignment to be 48MB?

Thank you,

Susan

Average of ratings: -
In reply to Susan Saulnier-Smith

Re: Assignment Upload maximum limit

by James Moon-Dupree -

Susan,

In your php.ini file does your values for these parameters show 48MB?

 

upload_max_filesize

post_max_size

 

James

In reply to Susan Saulnier-Smith

Re: Assignment Upload maximum limit

by Alan Barrett -

While I have not used this setting, I think if you set Maximum uploaded file size in Admin/Security/Site policies to "Server Limit" as apposed to a specific limit, you will only be limited to the PHP/Web Server limitations (in php.ini etc.).

However that is likely to be the default so the real reason that you are limited to 16MB is likely to be that you have the setting "upload_max_filesize = 16M" in your php.ini

    Alan.