Hi Guys,
I wonder if someone can please help me out with a problem I’m having with a form I’ve designed.
I want to have an attachment button where the user can attach a file (pdf, jpeg, etc) to the form and it stays as part of the form?
Is this doable?
How many files they insert?
Put this code on a Button Click event on your form:
event.target.importDataObject();
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script