asafdav / ng-s3upload

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

What is the use of ng-model attr and what should the value of that be #46

Closed srameshr closed 9 years ago

srameshr commented 9 years ago

I am choosing images from the file system. What should the value of my ng-model be and how will it be useful for me

asafdav commented 9 years ago

the value will be the URI of the uploaded file, you can use in your app or send it to the server.