File Upload Limit Won't Change

So I’m kind of at a loss here. Maybe I’m missing something, but I cannot get the file upload limit to change. I set it in the php.ini file and set it to unlimited in the admin. You can see the config in my screenshots below.

Any advice on how to fix this?

Are file uploads turned on?

No, that was on because I could upload smaller files. It had something to do with the value of upload_max_filesize not being set in the admin plugin. @rhuk updated the plugin to use the PHP values though, and it’s working now.

Here is the pull request if you were interested.