Opened 17 years ago
Closed 17 years ago
#4561 closed enhancement (fixed)
Show upload file sizes when browsing
Reported by: | tellyworth | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
There's currently no way to see how much space an uploaded file takes up.
The enclosed patch displays the size below each file's icon on the Manage/Uploads page, and in the Upload/Browse portion of the Write Post page.
It includes a size_format() function that can be reused elsewhere.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [5801]) Show upload file size in upload browser. Props tellyworth. fixes #4561