Hi,
Can somebody direct me to posts (or answer directly) about how to work with large files (greater than 2MB). Some of which might be between 10-100MB.
I put in an honest effort to search the forum but didn't yield many answers. I know I can increase the php.ini upload limit, though I don't know how high my web service provider will allow that to go (8, 16MB, or higher?)
My workaround right now is to place these large files on a webserver (outside of moodle) and simply link to them. Is that a pretty good solution?