I'm asking this before I set out to do it so I don't get my hopes crushed.
I'm making a game with a level editor. Naturally, I want players to be able to upload their own levels to some sort of server, so that you can play each other's creations.
I'd also like players to be able to upload a thumbnail with a specific resolution alongside their level. I've learned that there is a file chooser that allows for something like this.
Is it possible to upload this image along with the level (which is just a long string)? How do I even make a server like this?
Can I add a leaderboard that goes alongside each level?
If a player uploads an inappropriate thumbnail can I delete it, and can I have someone be a moderator so they can delete it too?
Can players rate levels? Report them?
I'm fairly experienced as a construct dev, but this is all stuff I don't know anything about. So I'd like to know if this is within the realm of possibility to do (and by just one person).