Issue with Azure chunked upload to fileshare via Azure.Storage.Files.Shares library
问题 I'm trying to upload files to an Azure fileshare using the library Azure.Storage.Files.Shares. If I don't chunk the file (by making a single UploadRange call) it works fine, but for files over 4Mb I haven't been able to get the chunking working. The file is the same size when downloaded, but won't open in a viewer. I can't set smaller HttpRanges on a large file as I get a 'request body is too large' error, so I'm splitting the filestream into multiple mini streams and uploading the entire