Binary content in requests
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- 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.
|