Abhijeet Panpatil

Abhijeet Panpatil

  • NA
  • 95
  • 20.7k

c#,MVC , Azure blob storage upload files to container

Mar 30 2018 3:13 AM
I have one folder at my local pc. Iside that folder i have all the archive files like .zip, .rar which contains the video files. Now i want to access this storage through the program after that i wat to create blob with that archive file name. After that i want to unzipping that archieve file via code only anf upload all unzipped file to that container which was created in azure storage with the name of the archieve file.
eg. suppose i have "C://Desktop/UploadFolder" as a local storage url and i have stored the "files.rar" inside it now i want to create the container in azure blob storage with the name "files" after that i want to unzip that "files.zip" file and upload all the files whichbare present in the "files.zip". I want to do this using the c# and MVC.
I'm very new to c# please help me regarding this.
Thank You.