Index: branches/5.1.x/core/admin_templates/js/uploader/uploader.js =================================================================== diff -u -N -r13667 -r13691 --- branches/5.1.x/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 13667) +++ branches/5.1.x/core/admin_templates/js/uploader/uploader.js (.../uploader.js) (revision 13691) @@ -484,10 +484,9 @@ this.files[$file_index].progress = 100; this.files[$file_index].temp = 1; this.files[$file_index].url = this.params.tmp_url.replace('#ID#', file.id).replace('#FILE#', encodeURIComponent(file.name)).replace('#FIELD#', this.params.field); + this.updateInfo($file_index); } - this.updateInfo($file_index); - // upload next file in queue var $stats = this.callFlash('GetStats'); Index: branches/5.1.x/core/kernel/db/db_event_handler.php =================================================================== diff -u -N -r13667 -r13691 --- branches/5.1.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 13667) +++ branches/5.1.x/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 13691) @@ -1,6 +1,6 @@ status = erSTOP; - define('DBG_SKIP_REPORTING', 1); +// define('DBG_SKIP_REPORTING', 0); $default_msg = "Flash requires that we output something or it won't fire the uploadSuccess event"; if (!$this->Application->HttpQuery->Post) { Index: branches/5.1.x/core/admin_templates/incs/form_blocks.tpl =================================================================== diff -u -N -r13658 -r13691 --- branches/5.1.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 13658) +++ branches/5.1.x/core/admin_templates/incs/form_blocks.tpl (.../form_blocks.tpl) (revision 13691) @@ -286,9 +286,9 @@ names : '', sizes : '', flashsid : '', - uploadURL : '', - deleteURL : '', - tmp_url : '', + uploadURL : '', + deleteURL : '', + tmp_url : '', // Button settings buttonImageURL: 'img/upload.png', // Relative to the Flash file