Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Couple of questions about the WebControl
posted

Hi, I have a couple of question about the WebControl;

1. The web upload status handler IGUploadStatusHandler....

ProgressUrl="/IGUploadStatusHandler.ashx"
    <httpHandlers>
         <add verb="GET" type="Infragistics.Web.UI.EditorControls.UploadStatusHandler" 
                         path="IGUploadStatusHandler.ashx" />
    </httpHandlers>
...should we be implementing this handler ourselves and adding it to the root of the application? I'm slightly confused as this seems to reference a physical path, however there is no indication if we need to create the handler ourselves and what it should contain?

 

2. Secondly, there is no server-side event when the upload is cancelled. Can anyone provide some advice on if and how we can call a server-side method from a JavaScript method?

3. Thirdly, the text which displays how many files have been uploaded (2 of 2 uploaded) doesn't seem to update when the uploads have been cleared. Is this a bug, or am I doing something wrong?

 

Any clarification on any of the above points would be much appreciated.

Many Thanks,

Nick