J
|
Jane 4/22/2008 |
Stephan, ; Maximum allowed size for uploaded files. upload_max_filesize = 2M post_max_size = 8M |
S
|
steveh 4/22/2008 |
You could probably add code in the after logon event to set these (not sure whether they are dynamic), or worst case to error if they aren't set high enough? |
M
|
mmponline author 4/22/2008 |
Any idea how to set this in an event. I'd prefer not to set this in php.ini, as it will then be true to whole site. I'd like tolimit it to a specific project or action. I'll do this on php.ini in the meantime. |
S
|
steveh 4/22/2008 |
You'd use this function to set it:- |