hi everybody
i have a problem with upload text.when i Add the data is no problem but when i try to edit the data...all the data can display in
their text column except upload column there is nothing.....
add
<input type="file" name="engWave" value="Browse" size="50" maxlength="200">
edit
<input type="file" name="engWave" value="<?=$data[8];?>" size="50" maxlength="200">
but when i view source code the value is there...can anyone help me.....
thanks in advance.