User Imported Models

Hi everyone,
I am just wondering if it is possible to allow a user to add their own 3D models to an application?
For instance, I could host a load of .dae files (3D model files) on my server, they could then download one and simply add it to their game.
I’ve been looking around a lot recently but can not find out if this can be done.
Any help is much appreciated.
Regards,
Danny

You will need to write your own DAE importer, and use the code examples shown on the Mesh page for inspiration.