Hi folks,
I got a little problem here with the fact that input type="file" has got no value field.
Here's what I got working:
1) create a project
I have users fill out a form and store the
values of the fields in a table (MySQL).
2) edit a project
Users go to this page and get the same form
as on the 'create project' page, just now
all the fields are already filled out with
the correct values (which I extract from
the DB according to the id).
Except one field: input type=file of course wont accept a value.
The question is: how do I fill out this field with the correct value from the DB?
I hope my question makes any sense and maybe someone can help me solve this problem.
Thanks for your time,
Never