Answered
I've created a form using Acrobat 9 Pro. My submit button is set to go to a php script and the export option I chose is to export the full PDF. Basically, what I want to do is put it on my website and have users fill out the form, then when submitted save that copy of the file as a new file for that user id.
However, when the php script is not receiving the file. I'm doing a print_r on $_POST, $_FILES, and $_REQUEST and it's not coming back with anything.
What am I doing wrong?
George