Base solution for your next web application
Open Closed

Using upload control on aspnetzero online demo #10447


User avatar
0
samara081 created

Hi,

I am using MVC Core, 10.4Rc

How i can use the file uploader that exisits in aspnetzero online demo, it is much advanced than the one in the solution


3 Answer(s)
  • User Avatar
    0
    musa.demir created

    You can follow that document: https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Core-Mvc-File-Upload-Tutorial

  • User Avatar
    0
    samara081 created

    Thanks Musa

    However the link you have sent is same as the upload document in the framwork, not the one as in the demo online Please check the image below

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @samara081

    The one in the online demo is a component for Angular. Sinceyou are using the jQuery version, you can take a look at https://github.com/blueimp/jQuery-File-Upload which is a more advanced plugin.