I have a dropzone and an input(html), how do I connect them?
I need when I put a file in the dropzone, that this file would be written to the input(html).
Is there a way to do this. I am using Blazor Server, i also can use JS