Accepted file: image/_,audio/_,application/_,text/_
But we can't send .xlsx
Please help.
Thanks in advance!
Nevermind. Had to restart rocket.chat process and problem is gone.
You can use the following mime type to upload:
application/msword
- for .doc
application/vnd.openxmlformats-officedocument.wordprocessingml.document
- for .docx
application/vnd.ms-excel
- for xls
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- for .xlsx
application/vnd.ms-powerpoint
- for .ppt
application/vnd.openxmlformats-officedocument.presentationml.presentation
- for .pptx
As @rafaelks said, it works, thanks.
I'm actually having this issue as well, no restart combo fixes. Cannot upload XLSX or even CSV? Why limit by mime-type in the first place?
@aaronhagopian try this: image/*,audio/*,application/*,text/*
And don't forget to restart rocket server to apply changes.
Thanks, new to rocketchat, didn't realize the settings were so restrictive to start. Working now.
Hello,
I have the same Problem and I try to set
image/*,audio/*,video/*,application/zip,application/pdf,text/plain, text/csv,application/ms-powerpoint,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,application/vnd.openxmlformats-officedocument.presentationml.presentation,application/vnd.oasis.opendocument.spreadsheet,application/vnd.ms-excel
And now I can upload .xlsx , xls, .ods
If you need some other format set it to end of line.
Most helpful comment
You can use the following mime type to upload:
application/msword
- for .docapplication/vnd.openxmlformats-officedocument.wordprocessingml.document
- for .docxapplication/vnd.ms-excel
- for xlsapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheet
- for .xlsxapplication/vnd.ms-powerpoint
- for .pptapplication/vnd.openxmlformats-officedocument.presentationml.presentation
- for .pptx