localFileToRemote

This commit is contained in:
qingxu fu
2023-03-27 11:29:11 +08:00
parent 9299c93b17
commit 0f20ffeff4
2 changed files with 16 additions and 3 deletions

View File

@@ -33,4 +33,8 @@ def get_crazy_functionals():
},
}
def on_file_uploaded(file):
with open(file[0].name,'r') as f:
print(f.read())
print('uploaded')
pass