Maximum image width allowed for upload.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("MaxImageWidth", "0"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setMaxImageWidth(value); value = getImageUploader("ImageUploaderID").getMaxImageWidth();
A non-negative integer value that specifies a maximum image width (in pixels) allowed for upload. If the value is 0
then there is no limit.
Default value is "0" (no limit).