Rob
Rob
Anyone have any luck finding a workaround for this?
@adonespitogo Why does this library use `readAsArrayBuffer()`? Couldn't it use `readAsDataURL()` instead and just strip off the starting bit of the string (`"data:application...;base64,"`)? And then it wouldn't need to manually...
Thanks for the info. Just wanted to make sure I wasn't going about this all wrong. I'll give it a shot
Ok I think I got this working. Unfortunately I'm using a pretty old version of angular-base64-uploads so there would still be a bit of work to make a PR. Here's...
Hey @fabioloreggian, sorry I don't have time to work on this now. I'd be happy to take a PR for this if anyone wants to work on it
I think I had tested this in IE but the plunkers don't seem to work in IE so maybe there is a bug
cannot reproduce while running on localhost
agreed. I'm working on a jspm example. It should be up some time next week. I'll keep you posted.
I added an example project that uses jspm. https://github.com/robianmcd/angular-next/tree/gh-pages/examples/hello-jspm
jspm has a `bundle` command you can use to compile everything offline and bundel it into one file: https://github.com/jspm/jspm-cli/wiki/Getting-Started#6-bundle-for-production I'll modify the example to incorporate bundling and requiring angular 1...