Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
444 views
in Technique[技术] by (71.8m points)

android - 如何拆分文件并将其集成到Flutter中?(how to Split Files and Integrate it in flutter?)

I need to make app to upload and download files

(我需要使应用程序上传和下载文件)

when user upload for example "file.mp4" if this size more then 1MB i will Split it or Chunked it to Simmler files in like [500kb , 500kb] and upload first 500kb in server and secound 500kb to scound server then when will download this files again i need to integrate [500kb + 500kb] = 1MB and show file 1MB like first time

(例如,当用户上传“ file.mp4”时,如果此大小大于1MB,我会将其拆分或分块为Simmler文件,例如[500kb,500kb],然后将前500kb的服务器上传,然后将500kb的文件上传到scound服务器,那么何时下载此文件再次文件,我需要集成[500kb + 500kb] = 1MB并像第一次一样显示文件1MB)

  ask by Muhammad Ashraf translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...