Is your form enctype set?

Like so:

<form name='foo' method='post' action='foo.php' enctype='multipart/form-data'>


Liam Gibbs wrote:
This line: <INPUT TYPE = "FILE" NAME = "imprintpicture" SIZE = "22">

when clicking submit, produces nothing. I print_r $_FILES["imprintpicture"], I try to echo $_FILES["imprintpicture"]["name"] or ["tmp_name"] and nothing comes up. Any reason?




-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to