Actions
Feature proposal #2286
closedDisplay php upload_max_filesize on the right of CB plugins installer upload button
Description
As there are issues with uploading plugins, it's good to display the upload_max_filesize on the right of the upload button of CB plugins installer.
So it's quick to check and where you need it.
See how phpMyAdmin displays it in the "import" screen as a good example. Add to it: "To change: edit php.ini and find upload_max_filesize"
So it could look like:
"Maximum upload size of your php settings: <b>2 MB</b>. <i>To change: edit php.ini and find upload_max_filesize"</i>
Files
Updated by krileon almost 14 years ago
- File 2286.patch 2286.patch added
- Status changed from New to Resolved
- Assignee changed from krileon to beat
- % Done changed from 0 to 100
Updated by beat almost 14 years ago
- Status changed from Resolved to Closed
Implemented in r1426 similarly as in patch, but at right of button as described, and also displaying full path to php_ini_loaded_file() if callable.
Actions