String streamLengthSize = null;
AjaxUploadProgress progress = uploadProgress();
if (progress != null) {
NumberFormat formatter = new ERXUnitAwareDecimalFormat(ERXUnitAwareDecimalFormat.BYTE);
formatter.setMaximumFractionDigits(2);
streamLengthSize = formatter.format(progress.maximum());
}
return streamLengthSize;
}
public String uploadFrameName() {