项目作者: kingjulian1177

项目描述 :
This is a simple Azure Blob demo using ASP.net MVC to demonstrate how to create an image gallery for individual users allowing them to upload images to the cloud for a scalable storage solution. Each user will have their own set of images through a DbSet specific to their User Id. Create a sample user through the registration tool and navigate to the Image Upload page. This will have an area for a file upload and a section that will display each image you upload using bootstrap. Requires your own Azure Account. Be sure to modify the /Controllers/HomeController.cs file to add your own Azure account key storage account name, and blob container name. The code was used from the following source: https://www.infragistics.com/community/blogs/dhananjay_kumar/archive/2016/01/26/creating-a-photo-album-for-asp-net-mvc-5-users-using-azure-blob-storage.aspx
高级语言: C#
项目地址: git://github.com/kingjulian1177/ASP.net-MVC-Azure-Blob-Demo.git