2

I'm writing a FF ext which has the filepath to an existing file, and I simply want to create a blob: url for the file, without creating an <input type="file" field which the user has to interact with. Creating a hidden <input type="file" element which the user does not need to interact with would be fine.

I have chrome privileges since this is for a FF ext, so is there a way to do this?

erikvold
  • 15,988
  • 11
  • 54
  • 98

1 Answers1

1

Is this whart you are looking for?

Can't Tell
  • 12,714
  • 9
  • 63
  • 91