Is it possible to define the initial folder that is displayed when clicking on a component <input type="file">
??, that is, I place the label:
<input id="fileupload" type="file" name="files[]" accept=".png" multiple required/>
and this executes the file explorer well, but let's say, I need that instead of opening it in the desktop (that's how it opens by default) open me in My Documents.
How could I do this?
Additionally, if someone knows how to eliminate the Todos los archivos
option that appears in the filter, and only the option or options that I chose in accept