HTML Input type File tag not Working

Hi,

I am a newbie in photoshop UXP plugin development. I have to create a file chooser element in the plugin. When I try below html tag it only outputs the text field.

Select a file:
input type=“file” id=“myfile” name=“myfile”

(opening and closing tags omitted)

Can someone guide me why is this happening? Any workaround or alternate solution is appreciated. Thanks in advance.

kerrishotts Can you please help?