Upload Zip Chunks and Join them on Azure Platform
问题 I want to know that.. If I make chunks of a big Zip file and upload all chunks on Azure Cloud Storage in Container Blobs. Can i Join these chunks on Azure Platform.? for chunking i am using this code which is also generating .bat file for rejoining the chunks.. public void SplitFile(){ int numericUpDown = 100;//in MB string PathToCopyChunks = ""; // path to store chunks and ( .bat ) file string FilePathMakeChunks = DirectoryNameToPutScannedData; //the path of file to make chunks. try{ int kbs