Sam Deering (updated ) Angular Demos & Coding Examples
In today’s post i’ve tried to capture some recent demos of using Angularjs to upload images (and uploading files) ideally in modules or directives which you can plug straight into your web apps. If you find any other decent Angularjs image upload demos please do leave a comment.
1. AngularJS To S3 Upload Demo
Upload a large file to Amazon S3 using the AWS-JS-SDK with an AngularJS application.GithubTutorialDemo
2. ng-flow Image Upload Demo
Flow.js is a JavaScript library providing multiple simultaneous, stable and resumable uploads via the HTML5 File API. Library does not require third party dependencies.GithubDemo
3. Fine Uploader Image Upload Demo
This GitHub repo has code examples for uploading images using Fine Uploader with AngularJS+node.jsGithubWebsiteTutorialDemo
4. HTML5 fileReader Image Upload Demo
This demo uses a HTML5 fileReader angular module and ngFileSelect directive to upload your images.Plunkr Demo
5. AngularJS Image Upload Demo
File Upload widget with multiple file selection, drag&drop support, progress bars, validation and preview images, audio and video for AngularJS.DemoWebsiteDemo
Most are jquery, not angularjs