I want to have an Open File
dialog box on a link in my webpage.
I tried
<input name="uploadedfile" type="file">
but, it works as a button. And, doesn't allow to select multiple files.
I want to have something like
<a href="#" onclick="some_function_for_OpenFileDialogBox">Upload Files</a>
Please suggest.
Thank You
Kaur