Hi Friends,
I have a <INPUT TYPE=FILE...> which should show database value of the previously stored file path. I give it as:
<input class="regtext" type="file" name="smallimage" value="<%=CStr(Replace(rsProduct.Fields("SmallImage"
, "~", "'"
)%>">
But the value doesnot show up in the file element. I do get the value from the database, but is not being shown. What is the attribute to use to show the file?
Phani
I have a <INPUT TYPE=FILE...> which should show database value of the previously stored file path. I give it as:
<input class="regtext" type="file" name="smallimage" value="<%=CStr(Replace(rsProduct.Fields("SmallImage"
But the value doesnot show up in the file element. I do get the value from the database, but is not being shown. What is the attribute to use to show the file?
Phani