Hi everyone
Loving Uppy and TUS, this project is legend.
I am building a uploader interface for EXR files, a very specific video file/folder structure. Conceptually a EXR “file” is a folder containing a number of binary files. Using the “file-added” event hook I can validate the folder structure the user has dropped and the “upload” hook can send a manifest to the backend.
What I want to do is customise the Thumbnail Preview so that it represents the folder and a count of the files inside. I cannot find any documentation on how to do this and suspect i need this page in the docs: Building your own UI with Uppy | Uppy
I have successfully built and run a UI Plugin but have not managed to get it to render anything. Any advise would be very welcome, even if its just a nudge in the right direction