This question is locked. New answers and comments are not allowed.
How do I go about opening the file dialog window while clicking a link for instance. I have tried $(".t-button.t-upload-button input").click(); which seems to work ok in Firefox, however in IE it opens and selecting a file does not seem to do anything - the second time around I get a "htmlfile: Access is denied" exception.
I have several links I would like to tie to the upload control, and of course I don't want to add one Upload control per instance.
EDIT: In firefox it actually seems to multiply the number of file upload windows that open every time I click one of the links.
Thanks,
I have several links I would like to tie to the upload control, and of course I don't want to add one Upload control per instance.
EDIT: In firefox it actually seems to multiply the number of file upload windows that open every time I click one of the links.
Thanks,