Re: Sending binary data (General questions)
Roland,
yes. When I think more, when you access Body property then wodWebServer internally accesses file defined in Filename property, and reads/writes it for you.
So, you can do it as you suggested - read and write to a file, and then use Request.Filename (or Response.Filename) to point wodWebServer to that file.