If a field corresponds to a column/field in your database set as an array of strings, you can upload several files when you use the file picker edit widget in the collection's settings. The field needs to be defined as an array in the sequelize / mongoose model definition (like so):
💡 In order to be able to load several files that may be heavy, you will need to edit your app.js file as explained here.