Hello
I have some RequiredFieldValidator and RegularExpressionValidator on my site. It works fine, but if I upload a file with FileUpload and then commit, it posts the web form even though the validators requirements are not met.The FileUpload has a RegularExpressionValidator
connected with this regx: "([^\s]+(\.(?i)(jpg|png|gif|bmp))$)" and are not working either.
Thanks in advance :)
Go to the complete details ...