Raised if some error occurred during the current package upload.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> function ImageUploaderID_PackageError(PackageIndex, ErrorCode, HttpResponseCode, ErrorPage, AdditionalInfo) { //...your code... } var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...params... //...other event listeners... iu.addEventListener("PackageError", "ImageUploaderID_PackageError"); //...other event listeners... iu.writeHtml(); </script>
Zero-based index of the package (i.e. request) inside the current upload session.
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 of each package.