Base solution for your next web application
Open Closed

Image Uploader #7683


User avatar
0
nitinrpatel created

Hi! Can you provide me an example for image upload. I tried Changeing Profile picture, but I don't want this uploader. Kindly provide with some different picture uploader or send an example.


5 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi @nitinrpatel, can you share your ANZ version and framework?

  • User Avatar
    0
    nitinrpatel created

    ASP.NET MVC 5.x with AngularJS

  • User Avatar
    0
    ryancyq created
    Support Team

    Can you share what do you mean by "i don't want this uploader"?

    If you are looking at other implementation of file uploaders, there are still some other libraries for angular js. See https://stackoverflow.com/a/20506037

    By default, ANZ MVC 5.x with AngularJS is using the file uploader module from https://github.com/nervgh/angular-file-upload

  • User Avatar
    0
    nitinrpatel created

    i want to upload images at create, on the time of creating an Entry. i want to code in app service file to upload images.

    my code for createing entry is as like this : https://support.aspnetzero.com/QA/Questions/7650

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @nitinrpatel

    App services are independent from web so, you have to use a Controller to both create your entity and upload the file at the same time.

    Unfortunately we don't have such a sample.

    Thanks,