Hello
I need to add some fields and metadata to file thumbnail ( step after adding file - picture below). Is there any regular or easy way to do that ?
Hi, you can add custom meta fields with this: metaFields
. But you can’t change the file preview without forking @uppy/thumbnail-generator
and can’t show extra info below the file name without forking @uppy/dashboard
.