Folks,
in my experience all infragistics controls are getting harder to use thesedays. now automation to automatically detect and fix or suggest to fix. instead we have to do debugging to fix the errors to use any errors.
any ideas?
Hi Jagjot Singh,
Please let us know if you need any additional assistance with this objective.
Hello Jagjot Singh,
IGUploadStatusHandler.ashx is not a real file. It's identifier path which activates the igUpload status handler. The igUpload status handler is found in type: Infragistics.Web.UI.EditorControls.UploadStatusHandler and is activated/executed when the IGUploadStatusHandler.ashx path is requested. This link needs to be configured in web.config manually for MVC project. There is no need for you to create IGUploadStatusHandler.ashx file by yourself.
Hope this helps,Martin PavlovInfragistics, Inc.
Hello Jeff,
The error "Could not get your current file status! Probably connection dropped" is raised, because the igUpload HTTP Module and/or HTTP Handler is not found. Usually the reason is that they are not registered correctly in the web.config file of the web site. HTTP Module/Handler is registered differently for IIS 6 and IIS 7 as explained here: http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=igUpload_Using_HTTP_Handler_and_Modules.html
By default Visual Studio web projects use "Visual Studio Development Server" which is using IIS 6 pipeline, and when you deploy your project it IIS 7 igUpload will not work. If that's your case then you need to register igUpload HTTP Module/Handler in web.config under the section "system.webServer".
Hope this helps,
Martin PavlovInfragistics, Inc.
Hello all,
I am currently discussing this with our development team for more information on this issue.
I will let you know any information I receive from them as soon as I hear back from them.
We are reproducing this issue and we will need a little more time to research why this is occurring.
We are continuing to research this to uncover this information and resolve the issue. I will have another update within a few days.