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
I'm currently using flask_smorest.fields.Upload to handle file uploads, but this only allows selecting a single file. Is it possible to upload many files?
The text was updated successfully, but these errors were encountered:
This is probably impractical for my purposes as I'm dealing with image sequences which can be thousands of files. Perhaps a zip archive is more practical.
I'm currently using
flask_smorest.fields.Upload
to handle file uploads, but this only allows selecting a single file. Is it possible to upload many files?The text was updated successfully, but these errors were encountered: