Open GoogleCodeExporter opened 9 years ago
I think it should look like this:
ERROR = MultiFile.STRING.denied.replace('$ext', String(v.match(/\.\w*$/gi)));
instead of
ERROR = MultiFile.STRING.denied.replace('$ext',
String(v.match(/\.\w{1,4}$/gi)));
You never know what files with what extensions people would like to upload :)))
Original comment by majk...@gmail.com
on 2 Aug 2012 at 7:15
Original issue reported on code.google.com by
majk...@gmail.com
on 2 Aug 2012 at 6:27