Ticket #4561 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Show upload file sizes when browsing

Reported by: tellyworth Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: normal Keywords: has-patch
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

upload_file_size-r5773.patch (2.1 kB) - added by tellyworth on 06/29/07 06:47:32.

Change History

06/29/07 06:47:32 changed by tellyworth

  • attachment upload_file_size-r5773.patch added.

06/29/07 16:15:53 changed by foolswisdom

  • keywords set to has-patch.

07/15/07 17:52:50 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5801]) Show upload file size in upload browser. Props tellyworth. fixes #4561