flexyjerkov Posted January 12, 2010 Posted January 12, 2010 Having problems with uploading files through moodle, This used to work fine with no problem and still works with very small files. Though when trying to upload a file above say 20mb I get a 404 File not found error from IIS. As i said this used to work and the 404 is linking to a page that does exist. I've set max_upload etc in PHP and through moodle to be 1024MB so that isnt the problem. I was once able to upload 100's of MB at a time in zips. Anyone seen this problem or have any idea on how to solve it?
dan400007 Posted February 25, 2010 Posted February 25, 2010 IIS restriction on uploads, edit your web.config file to include the following: httpRuntime value is in KB maxAllowedContentLength value is in Bytes
7andY Posted February 26, 2010 Posted February 26, 2010 There are a couple of settings in php.ini in your PHP folder and config.ini in your Moodle folder that control the size of files you can upload. Can't remember what they are offhand, but a search at Moodle.org would turn them up. 7&Y
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now