How can I auto trigger file input? ie. in the link below I want to trigger upload button on load
DEMO
You can do it somthing like as :
Upload $(document).ready(function () { $('#upld_btn').trigger('click'); });