I could find
global ext_map: table[string] of string = {
["application/x-dosexec"] = "exe",
["text/plain"] = "txt",
......
{
if ( ! f?$mime_type || f$mime_type != "application/x-dosexec" )
return;
i can get files only with particular value "application/x-dosexec"
How can i get files that starts with application/*
Any suggestions please.
Best Regards,
Vinodh Kumar Balaraman