Angular JS image uploader advice

47 Views Asked by At

I'm new to Angular JS and want to make create an image uploader using it, but I'm not sure where to start. Are there any tools out there to help me, or any advice you can give?

Thanks so much in advance!

2

There are 2 best solutions below

0
On

Here is a link to a previous StackOverflow Q & A that provides some good resources for AngularJS image/file uploaders:

File Upload using AngularJS

Good Luck!

0
On

There are many existing modules to upload image with angular (or upload file) :

-angular-upload-file

-ng-file-upload

Both are well documented so it may be a good start.