i have this mark up
In most browsers(
jQuery(function($){ $('#capture').on('click', function(e){ e.preventDefault(); $('#file')[0].click(); }); });
Submit Cleanup