David Stanley
David Stanley
I added an "allowedOptions" key to the s3UploadOptions object to contain an array of acceptable MIME types. Then, I added the following to the directive at line 62. ``` if...
No problem. I'll send it over tonight or tomorrow. Thanks!
On success, the service will emit a "s3upload:success" event. Just listen for that like so: ``` $scope.$on('s3upload:success', function(event, response, url) { console.log(url); }); ```
@malsup and @mikila85 I was having the same problem in an angular app and this fixed it. Since I didn't see a PR already there, I put one in. Thanks....
I can handle it if you want.
I'll start on it tomorrow
I'm working on this one.
the `build.gradle` file is in the root of the project. The `docs` directory is as well.