hii!!!
i have two forms, the edit and the add transaction form..
In the add transaction form, the user has to attatch a file
for which i use
<input type=file id="path" >
and the path is saved in the database..
now when the user edits the form, i cannot get the value from the database into the text field of path.... ( cannot display the path in the textbox)
so when the user submits the form after editing.. the "path empty" validation is called........
even if i find a way of not calling the validation function,
if the user submits the form....the path is posted empty...
any workarounds for this....
thanks......