pturmel
September 28, 2023, 2:38pm
3
You might also consider blob storage in a database, from which you can retrieve by URL with the WebDev module, or for many cases, with my free Blob Server module.
Automation Professionals is pleased to announce an alpha release of its new Blob Server Module.
Available only for Ignition v8.1, here.
The Blob Server Module provides a simple way to deliver images, PDF files, or other binary content from a database to your Perspective clients or other web applications. Without needing the WebDev module. All you need is a Named Query that has appropriate security settings and returns a single row with two columns: Content, and ContentType.
Modest documentati…