update fileUploader to 9.21.0
This commit is contained in:
@@ -16,7 +16,8 @@ oSpot.pageInit = function(asHash)
|
||||
done: function (e, data) {
|
||||
var $Status = $('#status');
|
||||
$.each(data.result.files, function(iKey, oFile) {
|
||||
$Status.append($('<p>').text(oFile.name+" uploaded succesfully"));
|
||||
var sMsg = ('error' in oFile)?oFile.error:(oFile.name+" uploaded succesfully");
|
||||
$Status.append($('<p>').text(sMsg));
|
||||
});
|
||||
},
|
||||
progressall: function (e, data) {
|
||||
|
||||
Reference in New Issue
Block a user