I would like to validate the File name being uploaded
which appears to be something i can only do after the File is actually transferred.
Currently I can reject the file, but was looking for a simple way to convey this to the User
I currently have an Alert but after clicking ok the
Upload button text says "Uploaded" and i would like to conditionally indicate its invalid - - "Wrong File name"
and re-arm things so the user can try again.
In an ideal world i would like to pass the file name (or Mask like *.PDF) to the jquery bit, so it can validate
or abort the Update if its not a Specific value (before it finishes the upload) and update the user appropriately.