hi,
This is my first venture into angular, but one of the things I really needed was a working file-upload for angular. So I built this based on the examples I found, and thought I'd share the result, some may find it useful.
http://jsfiddle.net/tech_no_logical/XG5We/It is based on
https://github.com/blueimp/jQuery-File-Upload/. The fiddle doesn't work because I can't upload files to jsfiddle (can I ?), but it should be pretty straightforward to get it running on your own server. Just update the action in the form to point to your server-side install of the jquery.file.upload plugin.
The progress-bar doesn't really work in internet explorer : it simply goes from nothing to 100% when the upload completes, but the behaviour is otherwise correct. Tested in firefox, chrome, IE8/9 and opera.
Additions, tips and other remarks welcome :)
--
CUL8R, Peter.