Forum Moderators: coopster
Problem #1 Checked values on form get added correctly to the fdf file but dont get imported into the pdf when the file is open. It doesn't matter if one two or 10 are checked none of them go through to the pdf.
Problem #2 I am not sure if all attached files are being added to the array. I know however that the appropriate files are at least being saved/uploaded to the correct directory.
Problem #3 I get the email showing the test message, but all headers, etc that should be pulling in and attaching the files are showing up. See below output.
This is a multi-part message in MIME format.
--==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
test test
--==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name=""
Content-Disposition:attachment;
filename=""
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name="results/Adam_Bailik.fdf"
Content-Disposition:attachment;
filename="results/Adam_Bailik.fdf"
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name="results/Argentina.gif"
Content-Disposition:attachment;
filename="results/Argentina.gif"
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name="results/Australia.gif"
Content-Disposition:attachment;
filename="results/Australia.gif"
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name="results/Austria.gif"
Content-Disposition:attachment;
filename="results/Austria.gif"
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x
Content-Type: application/octet-stream;
name="results/Belgium.gif"
Content-Disposition:attachment;
filename="results/Belgium.gif"
Content-Transfer-Encoding: base64
-==Multipart_Boundary_xc1eaa36e285fada6ca4ee00496df2378x-
Here is the script in which I am using to create the fdf file and attach the files. If you are willing to keep the information on the pdf confidential then I can send a zip file of everything.