Streaming byte array - WeOnlyDo Discussion board

Streaming byte array (wodHttpDLX)

by Jasmine, Friday, August 25, 2017, 19:25 (2435 days ago) @ AtlantaGator

Hi

Request.Body is a string. So, you can convert byte array to it. However, it could be safer and easier to you to write to Request.Filename file directly, so there's no conversion needed, just dump byte array to it and wodHttpDLX will use it.

Jasmine.


Complete thread: