asafdav / ng-s3upload

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

Support for data uri #42

Open heliostatic opened 9 years ago

heliostatic commented 9 years ago

I'm trying to use ng-s3upload with jcrop, which stores the image as a data URI. It doesn't seem like ng-s3upload supports the data uri as an image source, since it looks for a file explicitly (file[0]) unless I'm just using it wrong (always possible).

Does it currently support data URIs, or could it?

asafdav commented 9 years ago

It's a great idea but currently data URIs are not supported.

srameshr commented 9 years ago

Oh no!!!!! When Can you support the DATA_URI? Any answers on that?

srameshr commented 9 years ago

Can I know when will that be supported, or may be how I can include it?