Opened 17 years ago

Closed 17 years ago

#3516 closed (worksforme)

Support filesize attribute for FileInput widgets

Reported by: Simon G. <dev@…> Owned by: Adrian Holovaty
Component: Forms Version: dev
Severity: Keywords: newforms filesize
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This feature was requested for oldforms in #1687 and should be considered for newforms.

Change History (2)

comment:1 by Chris Beaven, 17 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Adrian Holovaty, 17 years ago

Resolution: worksforme
Status: newclosed

This is already possible: Just use widget=FileInput(attrs={'size': '30'}).

Note: See TracTickets for help on using tickets.
Back to Top