Hello all,
Is there any example of uploading a file to the server using the framework?
I am working with AngularJS.
Thanks a lot in advance.
3 Answer(s)
-
0
This isn't really ASP.NET Boilerplate specific, but just a generic asp.net mvc question. There are tons of resources on the web that demonstrate how to upload files.
Personally, I use a service to handle this called Filepicker. Worth checking out here: <a class="postlink" href="https://www.filepicker.com/">https://www.filepicker.com/</a>
-
0
Thanks for your answer.
I'll take it into account and build a controller to handle the upload.
Regards
-
0
Also, this is a good file upload module for AngularJs:
<a class="postlink" href="https://github.com/nervgh/angular-file-upload">https://github.com/nervgh/angular-file-upload</a>