Skip to main content

All Questions

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
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
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
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