Index: admin_templates/incs/form_blocks.tpl =================================================================== --- admin_templates/incs/form_blocks.tpl (revision 13658) +++ admin_templates/incs/form_blocks.tpl (working copy) @@ -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 Index: admin_templates/js/uploader/uploader.js =================================================================== --- admin_templates/js/uploader/uploader.js (revision 13667) +++ admin_templates/js/uploader/uploader.js (working copy) @@ -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: kernel/db/db_event_handler.php =================================================================== --- kernel/db/db_event_handler.php (revision 13667) +++ kernel/db/db_event_handler.php (working copy) @@ -2582,7 +2582,7 @@ function OnUploadFile(&$event) { $event->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) {