Opened 3 years ago

Closed 3 years ago

#33145 closed Bug (invalid)

Django FormView getlist method can't access File type input

Reported by: Arian Ebrahimi Owned by: nobody
Component: Generic views Version: 3.2
Severity: Normal Keywords: getlist
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Last night i was trying to get an array from my file input and getlist couldn't do that .
Is there a way to get array of files in FormView ?

Best regards
AE

Change History (2)

comment:1 by Arian Ebrahimi , 3 years ago

Type: UncategorizedBug

comment:2 by Arian Ebrahimi , 3 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top