Opened 19 years ago
Closed 18 years ago
#1687 closed enhancement (wontfix)
[patch] Support size field for file uploads (django.forms.FileUploadField)
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Forms | Version: | dev |
Severity: | normal | Keywords: | forms upload |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This patch basically adds the same functionality already present for normal 'input' form types, but for file upload (and image upload).
Tested in Firefox and Safari.
Attachments (2)
Change History (5)
by , 19 years ago
Attachment: | UploadSize.diff added |
---|
by , 19 years ago
Attachment: | UploadSize.2.diff added |
---|
comment:1 by , 18 years ago
Component: | Generic views → django.newforms |
---|---|
Owner: | changed from | to
Triage Stage: | Unreviewed → Ready for checkin |
Version: | magic-removal → SVN |
Note: This patch is for *old* forms, I've marked it as ready for checkin, but this functionality should be added to newforms too (#3517)
comment:3 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Old forms has been "end of lifed". Except for necessary security fixes, we will not be adding any further functionality to it.
Note:
See TracTickets
for help on using tickets.
Alternate solution (I think this might look better)