Making Pictures Appear on JS Client
Kim Sargent
ksargent at oversiteonline.com
Fri Feb 10 20:20:17 UTC 2023
So you are reading into a binary from on the disk?. I allow the user to drag and drop a picture on a picture field. When the read is complete I have the data stored in a binary instance var named vPicture.. Then I store in the SQL data base after the following
Calculate vPictBinary as binfrombase64(vPicture)
Once stored like this I can fetch them into a list and display
Kim Sargent
Software Constructors
ksargent at oversiteonline.com
615.351.0916
-----Original Message-----
From: omnisdev-en <omnisdev-en-bounces at lists.omnis-dev.com> On Behalf Of Das Goravani
Sent: Friday, February 10, 2023 2:13 PM
To: OmnisDev List - English <omnisdev-en at lists.omnis-dev.com>
Subject: Re: Making Pictures Appear on JS Client
The pictures are stored on disk in individual files named the same as the inventory record.
These are small JPEGS, real small, like 150 by 150 at 72 dpi
I am working on a Mac but this is meant to go up on Linux when ready
The picts are stored in JPEG
I tried converting them to CS24, which Omnis uses on Window classes, but that did not work.
I tried converting them from JPEG to JPEG that didn’t work.
_____________________________________________________________
Manage your list subscriptions at https://lists.omnis-dev.com Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list