Hi all, I created a system to upload files to our file cabinet using a RESTLet, the files will be sent from a program running on my PC to NetSuite, and then created from the base64 encoded string using file.create in the file module. Are the file.Type enumerations the only file types that are supported by the file module, or would there be any way to upload a file outside of those enumerations (without using a zip file)?