Skip to main content

All Questions

Tagged with
1 vote
0 answers
53 views

Angular The file upload screen nothing happens

The file upload screen appears, but when I click upload, nothing happens. A pop-up window should appear saying "Are you sure?" As I show in this video, nothing happens. Angular Side : file-...
İbrahim Özdemir's user avatar
0 votes
0 answers
131 views

How to upload file in angularjs using webmethod

:: Asp.net webform :: One or more images or files upload in angularjs by using asp.net webmethod. and insert multi-image into database array format (like:,. [image1, image2, image3]). For any ...
N Rupesh's user avatar
0 votes
0 answers
117 views

converting image source into file and append the file in rest api

I have an image source , i need to convert it into png file and append it to backend and send. upload is successfull ,but when we retrieve the stored file from backend , it has invalid file format ...
Nicoleta Wilskon's user avatar
0 votes
1 answer
862 views

angular schema form image upload accepting all file types

I have used the this plugin Angular Schema Form and all the things are working as expected but for image upload i need to have validations so as to allow the users input only images. although the ...
Melroy Fernandes's user avatar
0 votes
4 answers
590 views

Error while uploading image with form using Angular Js and Spring Mvc

I have succeeded in uploading image into Database using AngularJS and Spring Mvc.But now I need to add form feilds and submit it simultaneously. Please do help me.Here is my code. controller.js ...
Hema's user avatar
  • 986
-1 votes
1 answer
2k views

How to know selected file is image or not using angular js?

I am using Angular js with ASP.NET MVC and file upload done using codepen method. It is running fine because I want to store the binary array so I can convert later and set it back. But the problem ...
3 rules's user avatar
  • 1,409
0 votes
0 answers
697 views

How to upload an image to google storage from anuglar app?

I want to implement an image upload to google storage, below is my requirement Through our web application (angularjs) user is able to upload user profile image Image is saved on google storage In our ...
Suyog Kale's user avatar
0 votes
1 answer
18k views

Uploading an image (base64 string) to Web API as filestream

What I need to do: I have a web page that uses the webcam to capture a photo. When you click a button, it saves the current webcam image to an HTML canvas object. When I get the image from the canvas ...
Todd Davis's user avatar
  • 6,045
3 votes
0 answers
133 views

S3 image resizing in IE 10 using ng-croppie library

I'm using ng-croppie (https://github.com/allenRoyston/ngCroppie) library to upload and resize the images and its working fine all browsers, when the images are stored in my server. When the images ...
Chathura's user avatar
1 vote
2 answers
4k views

how to upload image with form data with ionic angular.js

Hi I am trying to upload image with the rest of the form data in ionic angular.js for my mobile application. I am using ngCordova plugin. But didnt find any document for this procees. Example: I ...
user97971's user avatar
1 vote
1 answer
282 views

How to download and then upload image with AngularJS

I have an Angularjs 1.5.0 web application which should communicate with a REST-based web service that I had developed (using dropwizard & jersey) and tested that it works perfectly. The REST web ...
Pablo Ernesto's user avatar
0 votes
1 answer
843 views

Web Api 2 multiple image upload with jquery or angularjs

I am developing a RESTFUL app using Asp.Net Web Api 2 and Angularjs. I have never done image upload the way I am planning to do and I would appreciate if someone could educate me a little bit, giving ...
Behrooz's user avatar
  • 1,975
2 votes
1 answer
168 views

Image upload with Angularjs

I am getting an error when I added 'ngFileUpload' in my module. I have used var app = angular.module('myApp', ['ngFileUpload']); And in route page: angular.module('myApp') .config(function ($...
user3708566's user avatar
10 votes
3 answers
4k views

Angular-Summernote on-image-upload editor Object Undefined

I'm struggling on figuring out how to use angular-summernote callback on-image-upload. The code in my view: <summernote data-editable="editable" data-on-image-upload="imageUpload(files, editor)"&...
Kiddo's user avatar
  • 1,185
4 votes
2 answers
1k views

dropzone.js is not working inside angularjs partial view

Dropzone js is an awesome plugin used for drag & drop upload. I want it to implement in my angularjs project. Please find the scenario, which I have tried I have included <form id="my-...
Dinesh Nk's user avatar

15 30 50 per page