M
mainroad1
Guest
Can a photo's base 64 string be retrieved from an image component? If so then could someone please show me the JavaScript to do it? At current my app has many camera services and each is mapped to an image component and a localStorage variable. The image components display the photos, and if the photos need to be saved I send the localStorage base 64 strings back to the Progress db. I keep thinking the localStorage variables are wasting memory. If I could extract the base 64 strings from the image components then I could eliminate most of the localStorage variables, but is that possible?
Continue reading...
Continue reading...