I have a html form, with a custom file upload field. And by that I mean that I have moved the actual file field beyond the borders of the page with css, that I have a custom
Have you tried
$('button').click(function(){ $('form[name=thisForm]').submit() });