This repository has been archived on 2025-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
Jim Spillane a1449fb2dd Fix Uploadable files
When testing for allowable file extensions using a comma separated list, like (jpg,mp3,txt,zip), extensions such as .xt or .p3 will return true.  Adding Split(',') will test each of the extensions correctly.

Adding ToLower() will allow mixed case extensions, like .JPG or .Zip to return true.
2020-05-09 14:58:39 -04:00
..
2020-05-09 14:58:39 -04:00