OHO! I see that we were both working on it at the same time! I like the new moodle docs; this section is particularly good because it gives detailed instructions for both linux and windows.
atw
atw
Hi J C,
I've gotten around this by adding two lines in .htaccess which resides in public_html folder in my hosting account.
The lines I added were:
Hope this helps.
Jason
I've gotten around this by adding two lines in .htaccess which resides in public_html folder in my hosting account.
The lines I added were:
php_value upload_max_filesize 20971520 php_value post_max_size 20971520Change the numbers to the nuumbers of bytes. Just divide by 1024 to get KB and then divide by 1024 again to get MB. (or multiply)
Hope this helps.
Jason