I\'ve a situation where I\'ve a form in which I\'ve a row where I\'ve two text fields entries and I\'ve to upload a file for that row and this kind of rows can be \'N\' and
If you don't care about browsers less than IE 9. Then you can follow this post and construct a FormData object in your ng-submit event. This will create a form/multipart and might not be what your looking for but it does the trick.