Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Automatic accessibility checking/FAQ.

Student projects/Automatic accessibility checking/FAQ

From MoodleDocs

What is the maximum length of a POST with multipart/form-data?

The max data size is set by the server configuration. By default PHP sets it to 8M post data, and 2M upload file size. This can be changed in the php.ini by editing these two variables: upload_max_filesize and post_max_size.

What are the benefits of getting the source on the client side?

Getting the source on the client side save a small portion of bandwidth. Not having to call the file since you are already viewing it. Although the amount of bandwidth it would take to reload the page again is not trivial.