The HTTPPost (MultiPart) has a bug

mentioned here:

If very simply, it writes data to the void and in the end it gives out the void too. That is, where bytes should be written, a spread with zero size is written.

simplest way to illustrate the bug:

StreamProviderIssue.vl (10.3 KB)