upload-demo icon indicating copy to clipboard operation
upload-demo copied to clipboard

Uploading a large file by fragmentation, powered by Flask and WebUploader.

Results 3 upload-demo issues
Sort by recently updated
recently updated
newest added

修改为:files = map(lambda x: x if isinstance(x, str) else x.decode('utf-8'), files) # 注意编码

server.py 39行 在3.7中,except IOError , msg: 改为 except IOError as msg: