i have a v8 acroform that contains many fields, a digital signature, and a "Submit" button. the Submit button is set to process via "XML Data Package (XDP)" where i specify "PDF" and "Digital Signature".
i would assume the form fields would come across, as there is no explicit option for them.
anyway on submission, i am directed to my webpage, yet i cannot seem to find any data. there are NO parameter/value pairs, the QueryString is empty.
where's the data???
tia....
%PDF-1.7
%âãÏÓ
i eventually see the "%%EOF", but since i have no clue as to how many bytes to allocate for the input stream ...i used:
byte[] b = new byte[request.getContentLength()];
however, i'm getting more "stuff" after the "%%EOF" marker.