Hey,
I was just wondering if anyone knew of a way to fill a text box with type of file with information from a database? I have seen it done before, but I am not sure how they did.
Oh, I have tired just using something like...
<input type="file" name="file1" value="<?echo $row[photo];?>">
I also tried using the full path and that didn't do anything. When viewing source code, it shows that the value is right, but it doesn't display it in the box.
Any Ideas?