I have the following code giving a manual browse file dialogue:
input type="file" name="image_file" id="image_file" onchange="fileSelectHandler()"
Is there a way to call this (perhaps using javascript?) automatically on page enter so that the user is given the browse file dialogue upon entering the webpage?
Thanks!