diff --git a/apps/sim/blocks/blocks/file.ts b/apps/sim/blocks/blocks/file.ts index ed6997b88..f8055331c 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',