Shantha Kumar T
File Upload Control Validation not working in firefox
Deprecated: Function utf8_decode() is deprecated in /home/ktskumar/public_html/wp-content/themes/blocksy/inc/single/excerpt.php on line 17
I have tried to validate the File Upload Control to Upload only Video files. I have used the following validation expression in Regular Expression Control. ^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.wmv|.mov|.mp4|.avi)$ The above validation is working in IE and Chrome, but the Firefox not supported…