Hi,
i want to have a upload field where an user can import data to the database.
the database looks like:
customer_id, name, street, phone
the upload file shall contain:
name, street, phone
the customer id shall be set automatically based on the customer_id of the current user.