ng-s3upload
ng-s3upload copied to clipboard
Some new configuration options
I used your directive to replace an old backbone video uploader in our app, but we had some specific needs that I thought I'd submit as new configuration options. I have each of these new options split out as a separate branch if you prefer them that way. Thanks!
- We needed to tweak the UI a bit so I added the ability to set the templateUrl to file outside of the project.
- For whatever reason, our s3 is setup to forbid requests having the Content-Type header so I added an option to suppress adding that.
- Last, we save our files using the original filename so we can display that to the user who uploaded them. Added the ability to preserve and save the file using the original filename.
Hi @joelturnbull, Thank you for this pull request, I want to merge it. I'm about to merge #55 that already tackles your first item so after I merge it, I'll take another look at your pull request and see how to combine it.
Thanks again !
Great! Thanks @asafdav
@joelturnbull @asafdav would love to see the originalFileName
option feature being merged.
Is there anyway to achieve that with the current version btw?
Thanks! :heart:
Hi @steverob, thanks for the reminder. I merged #55 today, I will try to find some time and go over this pull request soon.