why doesn't this work?? i'm not getting any errors, but it doen't seem to be putting my image anywhere ?? thanks for your
help.
derek
<HEAD>
<TITLE>Untitled</TITLE>
<META NAME="generator" CONTENT="BBEdit 5.0">
</HEAD>
<BODY bgclor="#ffffff">
<?php
if (isset($submit)){
copy($userfile,"./www/derekbronston/images/$name" );
print($userfile_name);
}
?>
<FORM ACTION="test_image.php3" METHOD="post" enctype="multipart/form-data">
<input type="file" name="picture"><br><br>
<input type="type" name="name"><br><br>
<input type="submit" name="$userfile">
</FORM>
</BODY>