TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
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.
Reply
Answers (
0
)
Token based Web Api authentication in asp.net MVC
unzip zip file using c# and MVC.