Previous | Next | (P-PDF) Forms & FDF
Topic: Uploading Files as Attachment
Conf: (P-PDF) Forms & FDF, Msg: 71030
From: george
Date: 8/23/2002 01:15 AM
> I got a response that we can use FileAttachment
> Object with Acrobat 5.0 which is also supported in
> Acrobar Reader, where the user can give the filename
> to attach and then the file would be embedded inside
> the PDF.
It's included in the submitted FDF, not PDF.
> I wanted to confirm this usage as I am having
> Acrobat 4.0, so I'll have to Upgrade it to 5.0
> (Writer).
Yes, it works, if that's what you're asking.
> I also want to know that do i have to use FDF
> ToolKit on the backend and how will it communicate
> and extract the Attachment.
You will need to use the FDF Toolkit if you're submitting as FDF (unless you want to write your own FDF toolkit). See the FDF Toolkit documentation for more information. If you choose to submit as "HTML", then you would process the submission as you would an HTML submission with a file upload. There's a lot of sample code out on the net for the latter approach.
George