简体   繁体   English

在Azure中无法下载简历

[英]Download Resume Not Possible in Azure

我创建了一个Storage> Blob> Container并使用资源管理器工具向其添加了一个文件。问题是,一旦暂停,便无法恢复文件下载。需要从头开始下载文件。此功能在Azure上不可用

It must be a combination of BLOB storage and the software doing the downloading. 它必须是BLOB存储和进行下载的软件的组合。 I tested this by using Internet Explorer to pull down a public file in BLOB storage and paused it. 我通过使用Internet Explorer下拉BLOB存储中的公共文件并使其暂停来进行了测试。 When attempting to resume it simply restarted as @techno stated; 尝试恢复时,只需按照@techno所述重新启动即可; however, when using Azure Management Studio I was able to pause and resume with no issues. 但是,使用Azure Management Studio时,我可以暂停并继续进行而没有任何问题。

Also, when I used Chrome I could pause and resume download from the same file as used above, but not every time. 另外,当我使用Chrome时,我可以暂停并从与上述相同的文件中恢复下载,但不是每次都可以。 Sometimes it would restart. 有时它将重新启动。 The browsers are looking at the partially downloaded file in the temp folders they use and looking at the incoming data from the server to determine how to ask for the remaining portion of the file. 浏览器正在查看他们使用的temp文件夹中的部分下载的文件,并正在查看来自服务器的传入数据,以确定如何请求文件的剩余部分。 If for whatever reason the specific restart point can't be located the browser will just ask for the full file again. 如果由于某种原因无法找到特定的重启点,浏览器将再次要求完整的文件。

Interestingly enough, when pulling down mp3 files IE was happy to let me pause, but never restarted correctly (Chrome did), but when I pulled down a zip file IE wouldn't even enable the Pause button (again, Chrome did and it worked fine). 有趣的是,当我拉下mp3文件时,IE很乐意让我暂停,但从未正确重启(Chrome确实如此),但是当我拉下一个zip文件时,IE甚至都没有启用“暂停”按钮(再次,Chrome起作用了,并且正常工作了精细)。

As @siva.k points out the Azure BLOB API (both REST and SDKs) support requesting block ranges so in theory the Storage system itself supports not only resume but partial retrievals of any type. 正如@ siva.k指出的那样,Azure BLOB API(REST和SDK两者)都支持请求块范围,因此从理论上讲,存储系统本身不仅支持恢复,而且还支持任何类型的部分检索。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Azure存储下载文件并使用简历下载 - Download file using Azure Storage with resume download 如何在Play Framework 2中提供具有恢复功能的文件下载? - How to serve file download with resume capability in Play Framework 2? 在后台从外部源下载大型XML文件,如果不完整,则可以继续下载 - Download a large XML file from an external source in the background, with the ability to resume download if incomplete 怎样恢复能在asp.net中使用c#下载文件 - >最佳方式(对于大文件也是如此) - how resume able file download in asp.net with c# -> best way (for large files too) Azure Devops 管道下载文件共享工件任务 - Azure Devops Pipeline Download Fileshare Artifacts Task 是否可以通过电子邮件在我的iPhone中下载文件 - is it possible to download a file in my iphone throuh email 是否可以将文件发送到Azure事件中心? - Is it possible to send file to Azure Event Hubs? 允许浏览器用户下载网络文件的Azure功能 - Azure Function that allows browser User to Download a network file 天蓝色逻辑应用从电子邮件中的链接下载文件 - azure logic apps download file from link in an email Javascript:是否可以通过Parse Cloud代码下载文件? - Javascript: Is it possible to download a file through Parse Cloud code?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM