Am trying to trigger an upload box (browse button) using jQuery. The method I have tried now is:
$(\'#fileinput\').trigger(\'click\');
I managed with a simple $(...).click(); with JQuery 1.6.1