PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Convert image into a buffer
Convert image into a buffer
Débuté par Miguel Daza, 27 aoû. 2018 22:23 - 1 réponse
Posté le 27 août 2018 - 22:23
Hi all

In webdev 23, how can I convert an image into a buffer and send it via Httprequest? Or if this is not the way, how can I send an image from a table in webdev (in the cloud) to a table in windev mobile (in a phone or tablet)?

Thanks in advance for your help
Posté le 28 août 2018 - 23:50
Hi

most of the time, you set up a web service, transform your image in
base64 encoded string (using the crypt function), and send it via the
web service before changing it back to binary on the other side.

best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 8/27/2018 2:23 PM, Miguel Daza wrote:
Hi all

In webdev 23, how can I convert an image into a buffer and send it via
Httprequest? Or if this is not the way, how can I send an image from a
table  in webdev (in the cloud) to a table in  windev mobile (in a phone
or tablet)?

Thanks in advance for your help