How can I auto trigger file input? ie. in the link below I want to trigger upload button on load
DEMO
you can write something like this
$(document).ready(function(){ $("input#test").click(); });
this should work fine