ID: 14877 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: FDF related Operating System: XP Pro PHP Version: 4.1.0 New Comment:
yes, fdf is enabled. I found out that I can get HTTP_FDF_DATA in PHP when I append #FDF to the destination URL of the form (in Acrobat). I can then write the fdf file and reopen it correctly using Acrobat. But when trying to open it with php I always get th e following error: Warning: Could not open fdf document: formtest.fdf in f:\testroot\formtest\formtest.php on line 7 I doublechecked the script, it's just the same as in the manual. I can open the fdf file with fopen, but not with fdf_open. Could it be a version problem? I'm using Acrobat 5.05 which seems to produce FDF 1.2. I noticed that the fdfTk used in PHP is 4, the actual version from Adobe is 5. Christoph Previous Comments: ------------------------------------------------------------------------ [2002-01-05 20:31:21] [EMAIL PROTECTED] just curious: you have configured php to use the fdf extension? ------------------------------------------------------------------------ [2002-01-05 17:24:32] [EMAIL PROTECTED] The data from a PDF form doesn't arrive at the php script when submitted in FDF format, however it works, when the same data is submitted by the form with POST. I searched the data with phpinfo() to debug, but there were no entries (register_globals on and off). I tried with Apache 1.3.22 and IIS 5.1, submitting from Mozilla 0.97 and IE 6. The same script works with a php 4.08dev from July, 3. Test scripts and PDF form available on request. Christoph ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14877&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]