Re: Uploads Body not populating properly (General questions)
Dave,
this works from what I see. In your spcific sample, which Uploads(XYZ).Body should we check- what is XYZ?
I assume you refer to Request.Uploads(1).Body to be invalid. This is binary data, that's why Len(body) returns small number. But if you call Save method it will work ok.
What I could try to do is take care of binary data handling better - let me see about that.
Kreso