id3 icon indicating copy to clipboard operation
id3 copied to clipboard

Metadata from a file stored in GridFS

Open gautamverma opened this issue 9 years ago • 0 comments

Hi,

Can i used this library to somehow to read a file stored in gridfs and give me the tags?

I tried giving a stream in both mode

  1. OPEN_LOCAL -> it give TypeError: path must be a string error.
  2. OPEN_FILE -> Browser does not have support for the File API and/or ArrayBuffers

So any other way to do this?

gautamverma avatar Jul 17 '15 19:07 gautamverma