I have found the solution.
This is the good code:
### Submit Button ###
def functions_save_button_click(self, **event_args):
import_model = self.my_import_model.file
anvil.server.call('save_my_function',import_model)
self.my_import_model.clear()