Copy data from Data Store into database

Serverside:
Use Database Multi Insert:

This will give to $_POST values:
image
Clientside:
Use the Form Generator to produce the form, bind the values from the Data Store to the value of the inputs.

6 Likes