if (hasBinding("uploadStarted")) {
uploadStarted = ERXComponentUtilities.booleanValueForBinding(this, "uploadStarted");
}
else {
AjaxUploadProgress progress = uploadProgress();
if (progress != null && progress.shouldReset()) {
_uploadStarted = false;
setValueForBinding(Boolean.FALSE, "uploadStarted");
}
uploadStarted = _uploadStarted;
}