Hi
I’m adding existing files to uppy using uppy.addFile
. How can i get file info (name) by clicking on each file? I wanna show large image of clicked item inside a modal.
Thanks
Still looking for a solution…
as same as uppy.addFile
there are methods called
uppy.getFile
uppy.getFiles
uppy.getFilesByIds
you can use these functions ??