简体   繁体   English

从 ASP.Net MVC 将 3+ GB 文件上传到 Azure Blob 存储的最佳方法是什么?

[英]What is the best way to upload 3+ GB files to Azure Blob Storage from ASP.Net MVC?

Is there a good open source project out there demo-ing LARGE Azure Blob Uploads from ASP.Net MVC?是否有一个很好的开源项目可以演示来自 ASP.Net MVC 的 LARGE Azure Blob 上传? There is a great desktop client called StorageExplorer, but I would like to look at an open source project built for the web, with ASP.Net MVC.有一个很棒的桌面客户端叫做 StorageExplorer,但我想看看一个为 web 构建的开源项目,使用 ASP.Net MVC。 Does anybody know of one?有人知道吗?

http://storageexplorer.com/ https://github.com/Azure/deco/releases http://storageexplorer.com/ https://github.com/Azure/deco/releases

Here is an example of using best practices to upload large files to Azure.以下是使用最佳做法将大文件上传到 Azure 的示例。

https://code.msdn.microsoft.com/Azure-Storage-Build-2014-469cb955 https://code.msdn.microsoft.com/Azure-Storage-Build-2014-469cb955

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

相关问题 如何将图像从 Asp.net Core IFormFile 上传到 Azure Blob 存储? - How to Upload Image From Asp.net Core IFormFile to Azure Blob Storage? 如何使用ASP.NET MVC3在表中显示Azure Blob存储的所有图像? - How to display all the image from Azure Blob Storage in table using ASP.NET MVC3? 从asp.net mvc 2应用程序将pdf文件存储在sql服务器中的最佳方法是什么? - what is the best way to store pdf files in sql server from an asp.net mvc 2 application? 通过 web api 将大文件(> 1 GB)上传到 azure blob 存储 - upload large files (> 1 GB) to azure blob storage through web api Stream 视频来自 Azure blob 存储和 ASP.NET 核心 3 - Stream videos from Azure blob storage and ASP.NET Core 3 如何从 ASP.NET 核心应用程序将图像上传到 Azure blob 存储中的特定目录? - How do I upload an image to a specific directory in my Azure blob storage from my ASP.NET Core application? 使用asp.net Web API 2将媒体上传到Azure Blob存储 - upload media to azure blob storage using asp.net web api 2 在asp.net中使用javascript在Azure BLOB存储上载期间,如何压缩视频? - How can i compress video during upload on Azure BLOB storage using javascript in asp.net? Asp.NET MVC和Azure存储 - Asp.NET MVC and Azure storage 在ASP.NET MVC中设计向导表单的最佳方法是什么 - what is the best way to design a wizard form in ASP.NET MVC
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM