Base solution for your next web application
Open Closed

Upload file to server #56


User avatar
0
darwinrc created

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)
  • User Avatar
    0
    apexdodge created

    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>

  • User Avatar
    0
    darwinrc created

    Thanks for your answer.

    I'll take it into account and build a controller to handle the upload.

    Regards

  • User Avatar
    0
    hikalkan created
    Support Team

    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>