I have a form where a user can upload files. Upon upload, each file is immediately saved to the db and the id of each file stored in a hidden field on the form. When the form is submitted, the view extracts the ids and attempts to create the relationship between each file and the form object (farm). Although the ids reach the view, the relationships are not saved and I dont understand why - please help.I have a form where a user can upload files. Up