From a1c518e4e1f40c8453c6bea4a9a092922ce3328f Mon Sep 17 00:00:00 2001 From: Waleed Date: Fri, 19 Sep 2025 10:07:52 -0700 Subject: [PATCH] feat(file): add more upload types to the file block (#1386) --- apps/sim/blocks/blocks/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/blocks/blocks/file.ts b/apps/sim/blocks/blocks/file.ts index ed6997b881..f8055331c8 100644 --- a/apps/sim/blocks/blocks/file.ts +++ b/apps/sim/blocks/blocks/file.ts @@ -42,7 +42,7 @@ export const FileBlock: BlockConfig = { title: 'Upload Files', type: 'file-upload' as SubBlockType, layout: 'full' as SubBlockLayout, - acceptedTypes: '.pdf,.csv,.docx', + acceptedTypes: '.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt', multiple: true, condition: { field: 'inputMethod',