I have server code written that generates content for a small file into a variable. I don't want to send this as a file to the client, rather, I want to create a file in the Files collection with this content. All the examples I'm finding for working with the Files collection assume this is being driven from the client, but I want to do it from server code.