views:

244

answers:

0

I have a form with a file-upload button plus some other entry fields and a submit button. I want the submit button to be enabled only if a file has been selected. I could probably do this with JQuery, but I figured that since I'm already including the MicrosoftMvcValidation.js scripts there might be something in there that I could use? Anybody know?