From b0566e9d8abe9cbe0bd53dceb5d14efc20c20e27 Mon Sep 17 00:00:00 2001 From: waleedlatif1 Date: Fri, 19 Sep 2025 10:05:34 -0700 Subject: [PATCH] feat(file): add more upload types to the file block --- 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',