Since you are using the file manager, you don't need a file upload server behavior on the page at all. And you can refer to the file upload path from the form element directly.
On the insert page, you can update the Insert server behavior and bind the edfile column directly to the file1 form element.
Then you can delete the file upload server behavior from the page.