Join the Stack Overflow Community
Stack Overflow is a community of 6.3 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I understand that file upload is possible with Angular Js. But I researched and found no provisions for an entire folder to be uploaded. I am working on ASP.NET Core.

Is folder uploading possible with AngularJS. Alternatives are welcome as well. Also I am wondering what is the equivalent of FolderBrowserDialog in ASP.NET Core.

share|improve this question

Flow.js allows you to upload folders of images. I haven't tried it with other file types though.

share|improve this answer
    
Thanks I will check it out :) – diva Jan 14 at 6:26

ng-file-upload is a well known AngularJS file upload module.

It talks about multiple file uploads. Not sure if its exactly what you want.

Heres the link ...

https://github.com/danialfarid/ng-file-upload/blob/master/README.md#user-content--usage

share|improve this answer

Uploading folder is not possible. You may upload single file, multiple files or zip files.

For this you may use ng-file-upload

You may get this module over here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.