espen / balder

Balder - Open source Ruby on Rails photo gallery
http://balderapp.com
MIT License
262 stars 97 forks source link

JS error on upload photo(s) - BlobBuilder is not defined (Chrome) #19

Closed dchamberlin closed 13 years ago

dchamberlin commented 13 years ago

Using Google Chrome (IE works OK), I get a javascript error - Uncaught ReferenceError: BlogBuilder is not defined from plupload library. Occurs on pressing upload button and file upload does not start.

espen commented 13 years ago

What version of Chrome? Does it work in Firefox?

What type of upload? Flash?

Are you using the latest version of Balder?

Sent from my iPhone

On 5. aug. 2011, at 01:19, dchamberlin reply@reply.github.com wrote:

Using Google Chrome (IE works OK), I get a javascript error - Uncaught ReferenceError: BlogBuilder is not defined from plupload library. Occurs on pressing upload button and file upload does not start.

Reply to this email directly or view it on GitHub: https://github.com/espen/balder/issues/19

dchamberlin commented 13 years ago

Latest version of Chrome on Windows 7, works on IE but I don't have Firefox. Looks like it was a HTML5 upload. Cloned Balder yesterday so I have the latest. Just checked out the forums for the plupload library and it looks like there are still come cross-browser issues with Firefox and Chrome as they have been updating fairly rapidly. May have to wait for them to sort it out and then update the plupload version.

espen commented 13 years ago

Ok. Im busy with client work now so don't have time to look at it for at least a couple of weeks, sorry. Thanks for the bug report though. I suggest you either try using the latest plupload or remove the use of html5 upload and try with flash.

espen commented 13 years ago

Found the time for it. Updated to latest plupload. Testing and working in Chrome wit html5 upload :) See latest commit.

dchamberlin commented 13 years ago

Thanks for the quick response on that bug. Confirming that it works for me on the latest Chrome and IE.