do you mean like this?
<input name="Image1" type="file" id="Image1" size="30" tabindex="4">
<input name="Image1Store" type="hidden" value="<?php echo $row_WADAwebsites['Image1']; ?>" />
in the upload wizard the default file is already showing as
<?php echo ($row_WADAwebsites["Image1"]); ?>


