che_anj
10-30-2007, 03:02 PM
im trying to query on the database and display the results as value of the input type file like this code below.
<input type="file" name="uploadfile" value="$row[filename]">
I was wondering why the value didnt appear, even if i try to put a
<input type="file" name="uploadfile" value="testing">
anyone has idea how?
tnx..
<input type="file" name="uploadfile" value="$row[filename]">
I was wondering why the value didnt appear, even if i try to put a
<input type="file" name="uploadfile" value="testing">
anyone has idea how?
tnx..