Posts by Leonardo • 23 points
1 post
-
2
votes1
answer108
viewsQ: Regex does not work on Chrome
I have the following script in which I use a jquery to validate a regular expression that matches the filenames for upload: $(document).on('change', "input[type='file']", function() { var validaFile…