Merge pull request #487 from langflow-ai/folder-upload-types

folder upload file extensions
This commit is contained in:
Sebastián Estévez 2025-11-23 19:43:54 -05:00 committed by GitHub
commit bf692c2bbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) => {