You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For FileField as the enctype is handled , enctype is not handled directly for MultipleFileField.
Though it could be handle manually while calling quick_form and passing enctype="multipart/form-data".
The text was updated successfully, but these errors were encountered:
geekypandey
changed the title
MultipleFileField enctype not supported
For MultipleFileField enctype not set to "multipart/form-data"
Jan 6, 2020
greyli
added a commit
to helloflask/bootstrap-flask
that referenced
this issue
Apr 21, 2020
For
FileField
as the enctype is handled , enctype is not handled directly for MultipleFileField.Though it could be handle manually while calling quick_form and passing
enctype="multipart/form-data"
.The text was updated successfully, but these errors were encountered: