Get ready for BLACK FRIDAY shopping starting in

Forums

PHP

This topic is locked

Require php upload

Posted 02 Aug 2007 15:22:35
1
has voted
02 Aug 2007 15:22:35 Chris Collins posted:
I have a form that needs to require the upload of a jpg file before moving on to step two. What is the value I need to require, currently it is set to

$form["labels"]["9"] = "picture";
$form["names"]["9"] = "picture";
$form["fields"]["9"] = "file";
$form["types"]["9"] = "file";

Also do I need to post the picture into an upload script?

Chris


Reply to this topic