Text for the megabytes unit in the progress dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("MegabytesText", "megabytes"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setMegabytesText(value); value = getImageUploader("ImageUploaderID").getMegabytesText();
A string value that specifies a text for the megabytes unit in the progress dialog. As this string is inserted at the end of the sentence, you should specify it without capitalization.
Default value is "megabytes".
This property is necessary for localization of Image Uploader.