I have a question on the checkin service. I see how to check in using content, but the example I see uses a file path to sent the content, but that requires that the drive me mapped on the machine where the code is running, right? What if this code is being run on a server and I'd like to pass in content from a local machine. Is there a way to set the content using a file object, or something along those lines?