Opened 20 years ago
Closed 18 years ago
#2596 closed defect (bug) (fixed)
Need a way to limit size of uploads
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
It appears that the fileupload_maxk setting used in WP 1.5.x is no longer used in WP 2.x, which means that there is easy way to limit the size of uploads. It'd at least be nice for this to be hookable by a plugin.
Attachments (1)
Change History (9)
#4
@
19 years ago
- Milestone 2.3 deleted
- Resolution set to wontfix
- Status changed from assigned to closed
The max file upload size is set by php.ini and is a system limitation that we can't get around...
Thus I see no point for setting it.
Note: See
TracTickets for help on using
tickets.
Changed: 1) store value in database and print value on form in KB, not bytes AND 2) ensure fileupload_maxk is an integer