We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04922fe commit a1c518eCopy full SHA for a1c518e
1 file changed
apps/sim/blocks/blocks/file.ts
@@ -42,7 +42,7 @@ export const FileBlock: BlockConfig<FileParserOutput> = {
42
title: 'Upload Files',
43
type: 'file-upload' as SubBlockType,
44
layout: 'full' as SubBlockLayout,
45
- acceptedTypes: '.pdf,.csv,.docx',
+ acceptedTypes: '.pdf,.csv,.doc,.docx,.txt,.md,.xlsx,.xls,.html,.htm,.pptx,.ppt',
46
multiple: true,
47
condition: {
48
field: 'inputMethod',
0 commit comments