What event is called when submitting order through confirm page?

I want to upload document with current order so i am using confirm form to send my file with it and save in order table in file_name field which i have created through migration but how do i get that parameter and save it with order? In shopware 5 i used ajax and set parameter in session and then called on after hook sSaveOrder how to acheive that in sw6 ?