Raised if some error occurred during upload.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> function ImageUploaderID_Error(ErrorCode, HttpResponseCode, ErrorPage, AdditionalInfo) { //...your code... } var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...params... //...other event listeners... iu.addEventListener("Error", "ImageUploaderID_Error"); //...other event listeners... iu.writeHtml(); </script>
One of the following values:
false
);
HTTP error code received from the server (if any).
A web page containing error description, retirned from the server (if any).
Text message that can be displayed to the user. The same message the user would see, if they set the ShowDebugWindow property to true
.
This event allows you to handle errors which can occur during the upload.