2 issues: 1/ Microsoft files 2/ name of the file

Hello, Hope all is well. Two questions: - Any way to upload Microsoft office files? (e.g., an excel?) - Why does the name of the files when uploading through UploadThing does not go through and I obtain this instead (see screnshot) Thanks for the help.
No description
2 Replies
Matvey
Matvey6mo ago
You can upload any files with UT, here is the example uploader for Excel files
spreadsheetUploader: f({
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
maxFileSize: "64MB",
},
})
spreadsheetUploader: f({
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
maxFileSize: "64MB",
},
})
YUCCIE
YUCCIE6mo ago
Thank you @Matvey I will take a look