I am successfully submitting this field:
<input type="file" name="deafile">
However, this input type does not take a value="#whatever#" attribute. When a user wants to update this field on a form, nothing shows up in this field, it's empty even though there is a value for this field in the database.
What's the best way to deal with this?
<input type="file" name="deafile">
However, this input type does not take a value="#whatever#" attribute. When a user wants to update this field on a form, nothing shows up in this field, it's empty even though there is a value for this field in the database.
What's the best way to deal with this?