Load .fbx via Http Request

Hi,

I am trying to import an fbx file via an Http request, which means I just get some binary data from a server (getting the fbx as a string is also possible).
Now my question: is it possible to import the fbx file with something else than the file name? All the methods take the file name as a parameter, but I don’t want to save the content first…

Cheers!

… got it working!