I have the same problem and i tried to pin it down.
It seems that this:
imgurl = $('img', html).attr('src');
in uploader.js script is empty.
If i manually input there a value like:
imgurl = 'http://placehold.it/200';
then everything works fine.
Any ideas what might be the cause?