Hi all,
Need some advise on how to trigger a click [input type=file] programatically. Supposedly I have a images in a list. Whenever I click on one of em, I need to trigger an attach file mechanism in (this is a desktop app) . But Im having a hard time trying to get that control event (.click()) to fire. I know components.js have triggerHandler, but it doesnt seems to work.
0 ·
Comments
Maybe this StackOverflow will help? https://stackoverflow.com/a/7870482/506361