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');
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156