public void downloadImage() { System.IO.Stream stream = null; container fileContainer = myTable.Image; if (fileContainer && conLen(fileContainer > 0) { Binary binaryData = Binary::constructFromContainer(fileContainer); if (binaryData) { stream = binaryData.getMemoryStream(); } File::SendFileToUser(stream, 'image.tiff'); } }
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
We are honored to recognize Mansi Soni as our August 2025 Community…
A new season of Super Users has arrived, and we are so grateful for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.