Displaying 1 result from an estimated 1 matches for "tohumansize".
Did you mean:
humansize
2006 Sep 17
1
Question about mongrel_upload_progress
...lly are updating! Total " + total + " / " + current);
if(!this.uploading) return;
var status = current / total;
var statusHTML = status.toPercentage();
$(''results'').innerHTML = statusHTML + "<br /><small>" +
current.toHumanSize() + '' of '' + total.toHumanSize() + " uploaded.</
small>";
this.StatusBar.update(status, statusHTML);
},
I didn''t get any JavaScript errors so I have to assume that it is not
trying to update when it returns. I would expect error messages if...