feat: Presentation parser implementation

Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com>
This commit is contained in:
JeevaRamanathan M
2024-10-31 11:47:12 +00:00
parent 45e14bc2f5
commit 5c756348a5
10 changed files with 88 additions and 7 deletions

View File

@@ -321,6 +321,8 @@ function Upload({
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': [
'.xlsx',
],
'application/vnd.openxmlformats-officedocument.presentationml.presentation':
['.pptx'],
},
});