folder upload file extensions

This commit is contained in:
phact 2025-11-23 19:43:00 -05:00
parent a12a666ade
commit b13380448a

View file

@ -251,10 +251,26 @@ export function KnowledgeDropdown() {
".pdf",
".doc",
".docx",
".pptx",
".ppt",
".xlsx",
".xls",
".csv",
".txt",
".md",
".html",
".htm",
".rtf",
".odt",
".asciidoc",
".adoc",
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".tiff",
".webp",
];
const filteredFiles = fileList.filter((file) => {