Click to See Complete Forum and Search --> : display value on input type file


christina_rules
09-07-2007, 07:45 AM
i used this:

<input type="file" name="sth" value="<?php $rows['sth']?>" /> to display the file name from database. but the name doesn't appear on the field? can anyone tell me how to solve this problem?

Fang
09-07-2007, 07:55 AM
Only the user can change the value of the file input for security reasons.