Author: sevein
Date: Thu Feb 16 14:40:05 2012
New Revision: 10923
Log:
Log YUI swf uploader errors in the console (uploadError event triggered)
Modified:
trunk/js/multiFileUpload.js
Modified: trunk/js/multiFileUpload.js
==============================================================================
--- trunk/js/multiFileUpload.js Thu Feb 16 14:39:19 2012 (r10922)
+++ trunk/js/multiFileUpload.js Thu Feb 16 14:40:05 2012 (r10923)
@@ -322,6 +322,8 @@
uploader.addListener('uploadError', function(event)
{
+ log(event);
+
var thumbnailLayer = $('#thumbnail-' + event.id);
// Add error message to progress bar
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.