Hello,
Not knowing where to send this, here is my first feedback of the File components and Object Storage.
First, the components. In the closed use-case of using the FileUploader and the FileCard with the hook, it works.
We also tried to do something else upload elsewhere.
Here are the issue we got (or the things missing)
FileCard
- no thumbnail
- no ways to get a file preview, not even a way to implement something to do that
- onDownload expects void or Blob as function return. I could not make the Blob part work (is it because any function working with Blobs will be a Promise ?)
FileUploader
- why pass the full file in the parameter instead of the standard FileList? – this forces conversion back to File in order to get simple form support for uploads not using the object storage hook.
This is a good start, but frankly, no JSM support is a no-go (at least for our major use cases).
