Angular Upload
Upload files using FormData, fall back to iframe upload when FormData isn't supported
Works in all browsers
Lightweight
No dependency on jQuery
Last upload response
{{responseData | json}}
Simple Example
Fileupload
Advanced Markup Example
Force IFrame upload
Allow Multiple (only works with FormData upload)
Allowed mimetypes. example "image/jpeg,application/pdf" the accept attribute on upload-button also allows for a javascript array of mimetypes
Fileupload
Uploaded files
{{file}}