Good Morning,
I have to send an http request from a WinDev Mobile application to a WebDev application.
The request contains:
a list of textual data records
a list of images linked to each record
How to send the request from WinDev Mobile and, above all, how to retrieve data from a WebDev page?
I could use functions like HTTPAddParameter(), HTTPAddFile() and HTTPSendForm() from the mobile application but the problem is that I have to read this request in WebDev.
I'm reading about PageParameter(paramBuffer) but doesn't seems the right way to do what I want.
What's the best way?
I have to send an http request from a WinDev Mobile application to a WebDev application.
The request contains:
a list of textual data records
a list of images linked to each record
How to send the request from WinDev Mobile and, above all, how to retrieve data from a WebDev page?
I could use functions like HTTPAddParameter(), HTTPAddFile() and HTTPSendForm() from the mobile application but the problem is that I have to read this request in WebDev.
I'm reading about PageParameter(paramBuffer) but doesn't seems the right way to do what I want.
What's the best way?