Article Megumi Kakechi · Sep 28 2m read How to save and restore images in an object using Base64 strings InterSystems FAQ rubric In the sample below, an image file is encoded into a Base64 string in a class property, saved, decoded again with Base64, and restored to another file. 【Usage class】 Class User.test Extends %Persistent { Property pics As %GlobalBinaryStream; } 【When importing】 #ObjectScript #Tips & Tricks #Caché #Ensemble #InterSystems IRIS #InterSystems IRIS for Health 4 0 0 61
Question Lingnan Zhang · Sep 24 How to create a new directory using code I want to create a folder directory through code, but I don't know how to write it #Ensemble 0 3 0 105