I created a form to enter several fields and one file field using to upload a file selected by the user and to store the file name in the db.
In order to be able to edit the data, I use CCF to select the right record and a separate edit-form which I managed to populate with all data from the db.
This works OK but only the file field will not be populated. This is a major problem, since the empty field will "delete" the database file field as soon as submitted.
Is there a workaround or a way to populate also the file filed with the "old" value?
Thanks for your help.
In order to be able to edit the data, I use CCF to select the right record and a separate edit-form which I managed to populate with all data from the db.
This works OK but only the file field will not be populated. This is a major problem, since the empty field will "delete" the database file field as soon as submitted.
Is there a workaround or a way to populate also the file filed with the "old" value?
Thanks for your help.