File upload to Azure Blog Storage through ASP.NET Core middleware

In my previous article we discussed the different options to implement file upload for cloud applications. In this article I want to provide you an example of how to implement a file upload through a middleware.: Example: File Upload to Azure Blog Storage using Angular and ASP.NET Core We will scaffold our application using the… Continue reading File upload to Azure Blog Storage through ASP.NET Core middleware

File upload in Cloud Applications: The Options

Almost every web application requires some form of file upload.  You may want to allow a user to upload a profile picture or to import any kind of data. Multiple ways to implement the file upload Depending on the size of the files and the regularity of the upload you have two options to implement… Continue reading File upload in Cloud Applications: The Options