Angular File Upload
Demos
Simple example
Uploads only images (with canvas preview)
Without bootstrap example
View on Github
Download
Select files
Base drop zone
Another drop zone with its own settings
Uploads only images (with canvas preview)
The queue
Queue length: {{ uploader.queue.length }}
Name
Size
Progress
Status
Actions
{{ item.file.name }}
{{ item.file.size/1024/1024|number:2 }} MB
Upload
Cancel
Remove
Queue progress:
Upload all
Cancel all
Remove all