Forum Moderators: coopster

Message Too Old, No Replies

"file" input type not passing variable

file upload

         

unipus

12:25 am on Dec 9, 2004 (gmt 0)

10+ Year Member



I've got a form that includes a "file" input box. But what I've discovered is that this input is not passing ANY information at all when the form is submitted. I'm doing a print_r on the $_POST var and it's simply not there. What gives?

unipus

12:27 am on Dec 9, 2004 (gmt 0)

10+ Year Member



oh, and the form is

enctype="multipart/form-data"

unipus

12:59 am on Dec 9, 2004 (gmt 0)

10+ Year Member



nevermind... I was looking in $_POST when I needed to be looking in $_FILES.