Hi
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?
Thanks in advanced.