Forums

Hosting dae file in three.js

Hello,

I'm having trouble getting a .dae file to show up in three.js. I think it might have to do with allowed mimetypes? This is my result when I run mimetypes.guess_type in a python 2.7 console.

mimetypes.guess_type("foo.dae")
(None, None)

Are dae files allowed on pythonanywhere?

Thanks!

We don't block any kinds of files really... What exactly is the problem?