Is there any way to open the browse for files dialog box when a <a href> link is clicked using javascript? It should function like a normal browse for files button and give the names/list of files selected in response.
Is there any way to open the browse for files dialog box when a
Share
Here is a non-jQuery solution. Note you can’t just use
.click()as some browsers do not support it.