Asp.net – Is it possible to convert gltf to byte array and then convert byte array back into a file?
I im trying to store GLTF file in a postgreSQL. I came up with an idea to convert file to byte array with memory Stream. But when i try to convert it back, from byte array to file with System.IO.File.WriteAllBytes…