Whenever I try to upload files bigger than 500KB, I get a "Page cannot be displayed" (in IE) or "Document contains no data" (in Mozilla). Is there any server setting responsible for this behaviour that I need to change?
En resposta a Przemyslaw Stencel
Re: Internal server filesize limit for uploaded files?
por Martin Dougiamas -
Yes, see the PHP settings upload_max_filesize and post_max_size (more info in the install docs)
En resposta a Przemyslaw Stencel
Re: Internal server filesize limit for uploaded files?
por Greg Barnett -
If this is in an assignment, of type "uploaded file", check to see what the file size limit for the assignment is.
En resposta a Przemyslaw Stencel
Re: Internal server filesize limit for uploaded files?
por Brent Simpson -
I'm interested whether you fixed this problem by making any changes to php.ini. I am experiencing the same issue but my upload_max_filesize is set to 2M and my post_max_filesize is 8M and i still get this message for files that are say 1.5M.
En resposta a Brent Simpson
Re: Internal server filesize limit for uploaded files?
por Martin Dougiamas -
Perhaps this info about Apache's limits helps: http://moodle.org/mod/forum/discuss.php?d=1491