i need a solution to display open file dialog in html while clicking a div . the open file dialog box must open when the div is clicked.
note : i dont want to display the input file dialog as part of html page. it must be displayed as alert in javascript.
[i need open file dialog box when a div is clicked. it must be as like alert which is not part of the web page]