Hello,
I am using the file attribute as shown below......
<tr>
<td width=200 class=blacktext align=left>Main Image</td><td width=300><input type=file name=main_image size=50 maxlength=100 value="<?php echo $myrow["main_image"] ?>"></td>
</tr>
The problem that I have is that although there is something in $myrow["main_image"] variable it does not show anything when using the file attribute although it does work with the text attribute. What I am trying to do is offer the user the abilty to change the image in the file drop down. It then writes a blank field back into main_image.
Any ideas please ??????????