Error with update form

Yes, here he is again. I have an update form for a single record. The form will fill from the query, but on executing the update it throws an “unknown” error and does not update the record.
Link is: http://dekontekstamsterdam.nl/content/home.php
And this is the update config:

Hello @web-works,
I see an:

A server error occured, to see the error enable the DEBUG flag.

error on your page. In order for us to be able to find the problem, we need to see the detailed error message. Please enable debug option as explained here: Debugging Problems

Debug mode is now on

You cannot just bind the file fields post variables to the update values. You need upload file steps for each upload field, then use the upload step value as an update value.

Ah. Thought I could do without that to check if it would update first. My bad.

You can, but without binding file fields :slight_smile:

Ok, all working now. Thanks