Posted By:
Neal_Sanche
Posted On:
Sunday, March 31, 2002 03:21 PM
The
HTTPClient
can format correct multipart/form messages, but it only does so to a byte array. So, large file transfers would not be possible without a lot of memory thrashing. I've been looking for something that does this to an output stream, and haven't yet found a complete example of this. Any other ideas?