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)
-
0
Hi @nitinrpatel, can you share your ANZ version and framework?
-
0
ASP.NET MVC 5.x with AngularJS
-
0
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
-
0
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
-
0
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,