本文介绍了如何将一个大文件(5GB)拆分为多个块并上传每个块?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
HI
我需要创建一个上传控件
没有上传大小限制。
i我试图将文件潜入几个块
然后上传每个块,并在服务器端将这些块组合成原始文件。
请帮我分开单独的文件。
问候
Ajish
HI
I need to create an upload control
which will have no upload size limit.
i am trying to dived the file in to several chunks
and then upload each chunk and in server side combine those chunks to original file.
Please help me in dividing the file in separate chunks.
Regards
Ajish
推荐答案
这篇关于如何将一个大文件(5GB)拆分为多个块并上传每个块?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!