asafdav / ng-s3upload

Upload to S3 using AngularJS
MIT License
190 stars 83 forks source link

Upload on submit / ng-click #40

Closed juliussss closed 10 years ago

juliussss commented 10 years ago

Quick question—is it possible to upload the file only on a click event (e.g. via an ng-click function in an angular controller) rather than the automatic upload as is currently implemented?

Thanks

asafdav commented 10 years ago

Hi, I just released a new version and now you can do that.

For example:

In case do-upload is provided, the directive will define a watch and will attempt to upload the file whenever it's set to true.