SAFE-FS Desktop App

I’m confused.

A file can only be of one type…

You can set file inputs to allow multiple files to be set. That’s all in your HTML markup on the input. <input type="file" multiple />.

What you do with that file list and how you call safe-js to upload files (which yes, the createOrUpdateFile only handles one file of one type) is up to you…