angular-upload icon indicating copy to clipboard operation
angular-upload copied to clipboard

Upload service with iframe fallback and some nice directives to go with it.

Results 31 angular-upload issues
Sort by recently updated
recently updated
newest added

Make it clear that this is for AngularJS (Angular 1.x) instead of for Angular (Angular >= 2.x)

I will like to have the name of the file in my controller but your module doesn't support this! Am I missing something in the docs or I need to...

Any ideas on how cancelling an iframe upload would work?

Hi there! I recently started implementing your solution because uploading files on IE9 is a nightmare. With your solution, it seems to upload the selected file, but when I get...

We are using this in a site and it works excellent!!! Now we allowing user to upload multiple files. However we are restricting user not to add more than 50...

When we try to submit a form with an angular-upload element, then in case there is an exception generated by the server which returns an http status 500, but since...

Hello! Maybe anyone has any pointers of where to look. Basically, when doing IE9 upload, it uses IFRAME method and upload does not work. I tracked that it calls form[0].submit,...

Hi all! When the file upload directive is rendered within IE9, the onUpload function does not get called. fileInput[0].files is undefined in the line below. ``` scope.$apply(function () { scope.onUpload({...

Hi @leon , I am trying to use the file upload in AngularJs. The code is hit on the "onComplete" , but in the console the data is shown as...

``` Upload ``` writing like below doesn't work either ``` Upload ``` location is $scope.location. I tries to put an object there or string. In the server the body and.or...