Rocket.chat: Accepted file upload. Can not send .xlsx

Created on 16 Dec 2015  路  7Comments  路  Source: RocketChat/Rocket.Chat

Accepted file: image/_,audio/_,application/_,text/_
But we can't send .xlsx
Please help.
Thanks in advance!

Most helpful comment

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

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brendanheywood picture brendanheywood  路  3Comments

engelgabriel picture engelgabriel  路  3Comments

lunitic picture lunitic  路  3Comments

karlprieb picture karlprieb  路  3Comments

Buzzele picture Buzzele  路  3Comments