[PHP] Uploading files

2001-06-30 Thread David A Castillo
: The form type is multipart/form-data and the input fields are set to file so I have no idea what's going wrong. Any thoughts? David Castillo Application Systems Analyst Human Resources Department Northern Arizona University [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

[PHP] fdf and pfd functions in PHP

2001-05-24 Thread David A Castillo
Okay, I'm trying to teach myself how to utilize fdf and insert into pdf and I have a question for y'all. When using pfd forms to submit to an fdf file, the php script uses the variable $HTTP_RAW_POST_DATA as the source to write to the fdf file. If I use an HTML form to do the same thing, what