Opened 18 years ago
Closed 18 years ago
#3516 closed (worksforme)
Support filesize attribute for FileInput widgets
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
comment:2 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is already possible: Just use
widget=FileInput(attrs={'size': '30'})
.