I have a FileUpload with a RegularExpressionValidator with the following Validation Expression:
^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.gif|.jpg|.JPG|.JPEG|.GIF|.jpeg|.png|.bmp|.3dm|.3dmf|.ai|.drw|.dxf|.esp|.mng|.png|.ps|.psp|.svg|.tiff)$
This way I make sure the User only upload images. But for some reason it does not work when I use Firefox. Why is that and how can I go around the problem?