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');