<?
if($submit == 'ok')
{
copy($image_upload, "/".$image_upload_name);
echo $image_upload;
echo $image_upload_name;
echo $image_upload_type;
}
?>
<FORM METHOD="POST" ACTION="<?$PHP_SELF?>?submit=ok" enctype="multipart/form-data">
<INPUT TYPE="file" NAME="image_upload">
</FORM>
It's not copying the file. It did it one time, I changed something, and I changed it back, now it doesn't work. Am I missing something?