Binary content in requests
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To send a file, such as an image or a PDF file, load the file into memory using
a MEMPTR variable, pass it to an OpenEdge.Core.Memptr object, and then attach the Memptr object to the request using the WithData() method.
|