Skip to content

Instantly share code, notes, and snippets.

@rmanasyan
Created June 25, 2012 09:35
Show Gist options
  • Select an option

  • Save rmanasyan/2987641 to your computer and use it in GitHub Desktop.

Select an option

Save rmanasyan/2987641 to your computer and use it in GitHub Desktop.
max_file_uploads JavaScript workaround
$('form').submit(function(){
$('input:file[value=""]').attr('disabled', true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment