-1
I have this following situation, I have these two files to upload with input type file.
But here’s the rule. I can only present to the user the files that have the SHP extension
Where it can select is to magically make selection of DBF file, so that he can upload the two files.
Without it making two click, but only one.
Obs: I have to keep the DBF file hidden.
There’s a way I can do this using ("React", "Javascript" and "HTML").