Let the user upload a file to the plugin

I want to let the user upload a video file (from his computer) to our server through the plugin.

i thought i can just use the input type file, but it seems like you don’t support it. is there a way to let the user upload file from his computer to xd’s plugin? if not, is it in the roadmap?

i found a way to do it using the

await fs.getFileForOpening();