phpsuexec php.ini file upload size

phpsuexec php.ini file upload size

by Dr. Moodlearner -
Number of replies: 1
This is a memo to help others. It is relating to file upload size when your webhost is using phpsuexec.
I was advised to use php.ini file to set the maximum upload file size higher than default 2M. An important piece of information that took me a while to find was that this file should be placed in the directory where the PHP file will be executing from.

e.g:

upload_max_filesize=32M was placed in moodle/mod/assignment/php.ini

Objective was to increase the file upload size for assignment.

Average of ratings: -
In reply to Dr. Moodlearner

Re: phpsuexec php.ini file upload size

by Michele Morgan -

THis has helped me alot and I feel like I am just around the corner from figuring this out. I am NO coder...but I am proud of the fact I have somehow made it to the php files for SCORM (and also for assignment) in the File Manager. My issue is...I do not see a file ending in "ini"

Should I be editing the one called upload.php?

Thanks, Michele