-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to enable upload of .sketch files #11387
Comments
I'm afraid Rocket.Chat relies on File API to determine the upload file type and this is a mistake, since is browser-dependent. |
You should be able to allow .sketch files with the mime-type If this doesn't solve your question, please get back to me. Cheers (+close) |
Hi @TwizzyDizzy |
Hmmm... might still be an issue with the code to detect the mime-type. IIRC this is also solved differently in different browsers, so it might help to try it with a different browser (just for diagnostic purposes). I'd suggest, though, to open a new issue, referencing the issue at hand as well as #7462. Cheers |
Hi,
which mediatype do I have to add to be able to upload .sketch files?
thx in advance!
thies
The text was updated successfully, but these errors were encountered: