11.6.3 Linux
I have a multipart form that works great until I try to post a very large file to a web service (30 gig). When I do it throws: Attempt to update data exceeding 32000. (12371).
The web service I'm calling accepts the request just fine from Java clients so it's not a service issue.
Is this a language issue or is there a different approach I should be using to execute the multipart form?
Thanks in advance,
Rod