What do you think of having a option in the Directory configuration to only allow specific file types? Like a uploads directory that only holds .csv files?
Hiawatha version: Operating System:
Hugo Leisink
23 March 2014, 01:06
You mean, something like
UrlToolkit { ToolkitID = allow_only_csv Match ^/upload/.*\.csv$ Return Match ^/upload/.* DenyAccess }
RaGe10940
23 March 2014, 05:25
Well not a regex UrlToolKit, but like something like :