Upload Scene to Server?

I have created a level editor/creator and wish to be able to have people share their creations. I would love to be able to just export the edited scene and it upload to my server, but I know it won’t be that easy. What would be the easiest way to approach this? I could make a script that exports the position of all of the objects and makes a file based on that, and when loaded, it instantiates all the objects to those positions? I’m open to any suggestions!

whydoidoit’s serializer works excellently for this.