XRS status error update Fixes #3643
Resolved an issue with XRS status not updating correctly. This commit addresses the problem and ensures the status is now accurately reflected. Fixes #3643
This commit is contained in:
parent
c284edcd81
commit
d8c34a7cdf
@ -344,7 +344,7 @@ Oqtane.Interop = {
|
||||
};
|
||||
request.upload.onerror = function() {
|
||||
if (progressinfo !== null && progressbar !== null) {
|
||||
progressinfo.innerHTML = file.name + ' Error: ' + xhr.status;
|
||||
progressinfo.innerHTML = file.name + ' Error: ' + request.status;
|
||||
progressbar.value = 0;
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user