Added more types

This commit is contained in:
Saifeddine ALOUI 2025-02-20 11:02:32 +01:00 committed by GitHub
parent 38b62d58ad
commit f8ad7ffac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,7 +80,7 @@ export default function UploadDocumentsDialog() {
<FileUploader
maxFileCount={Infinity}
maxSize={200 * 1024 * 1024}
description="supported types: TXT, MD, DOC, PDF, PPTX"
description="supported types: TXT, MD, DOCX, PDF, PPTX, RTF, ODT, EPUB, HTML, HTM, TEX, JSON, XML, YAML, YML, CSV, LOG, CONF, INI, PROPERTIES, SQL, BAT, SH, C, CPP, PY, JAVA, JS, TS, SWIFT, GO, RB, PHP, CSS, SCSS, LESS"
onUpload={handleDocumentsUpload}
progresses={progresses}
disabled={isUploading}