Just a thought, but if you send a pdf file via get, wouldn't the whole 
file(binary file mind you) need to be urlencoded and sent like get form 
data?
I don't belive that is reasonable (or possible for that matter) as the 
file would be too long (It would be handy to buffer overflow IIS servers 
though :-)

-jason

On Thursday, April 18, 2002, at 08:51  AM, Frank Caputo wrote:

> Hi,
>
> I also got POST working. And not GET. I guess it is no bug in iText, 
> because
> PdfAction.SUBMIT_HTML_GET has the correct value, so that the following 
> flags
> should be ok according to the spec:
> PdfAction.SUBMIT_HTML_GET  + PdfAction.SUBMIT_HTML_FORMAT + 
> PdfAction.SUBMIT_INCLUDE_NO_VALUE_FIELDS
> but they do not work in Acrobat. But it doesn't matter, we don't need 
> GET.
>
> ciao frank
>
> On Thursday, April 18, 2002, at 03:20 PM, Bruno Lowagie wrote:
>
>>> --- Frank Caputo <[EMAIL PROTECTED]> wrote:
>>>> hi,
>>>>
>>>> does anyone know how to submit a form to a webserver
>>>> with either get or
>>>> post?
>>
>> Quoting Matt Benson <[EMAIL PROTECTED]>:
>>
>>> in HTML?
>>
>> Of course not, in PDF!
>> I tried it and succeeded to get the POST working.
>> GET didn't work, but I got a hint from Philip Pan
>> on how to do it. (Didn't find the time yet to test it).
>>
>> Anyway: it's possible, BUT VERY DIFFICULT.
>> I will try to make an example that works as soon
>> as I find the time.
>>
>> _______________________________________________
>> iText-questions mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/itext-questions
>>
>
>
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
>


_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to