Have you figured it out? I found the same problem and it seems that action="append"
doesn't work well with FileStorage
. If you remove that you won't get any errors. If you upload even just one file when action="append"
is set, you'll get this error every time. Seems like a bug to me.
I also need to implement multiple files upload and I have the same stack on a project.