0

I have been trying to add a file selector to my extension for chrome, I cant seem to be able. How do I do it?

I have searched the internet far and wide, people are saying you have to do it in html, but I have seen a github page with a working file selector

  • `selector = document.createElement("input"); selector.type = "file"; document.body.appendChild(selector);` – Barmar Jul 27 '23 at 03:16

0 Answers0