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", ".pdf",
".doc", ".doc",
".docx", ".docx",
".pptx",
".ppt",
".xlsx",
".xls",
".csv",
".txt", ".txt",
".md", ".md",
".html",
".htm",
".rtf", ".rtf",
".odt", ".odt",
".asciidoc",
".adoc",
".png",
".jpg",
".jpeg",
".gif",
".bmp",
".tiff",
".webp",
]; ];
const filteredFiles = fileList.filter((file) => { const filteredFiles = fileList.filter((file) => {