Already planned, actually! I am really trying to make the upload system a worthy contender for any other existing system. I am a regular YouTube author so I've formed a solid opinion on what I think works and doesn't work with their system, for instance. Our system is set to have a high degree of fault tolerance because I know a significant number of our amazing authors don't always have a solid internet connection. Resumable uploads is part of that; the file is split in to chunks so that if a chunk fails to upload the rest are still on the server and the site will attempt to upload the failed chunk when your internet becomes stable again. I will have a lot of previews of this in action as it's my current focus.