I am writing an ASP.Net 2.0 web page which contains a FileUpload control and a Button control for uploading the image. The FileUpload control is validated on the client, on click of the upload button, by a CustomValidator which is in its own validation group (separate from the rest of the validators...