Uploader http module seems to conflict with another HTTP modules.

  •  09-11-2009, 10:10 AM

    Uploader http module seems to conflict with another HTTP modules.

    Hello Cute team. I am expiriencing one problem with your ajax uploader.
    I have asp.net web application based on Umbraco Content Management System.
    I am using microsoft ajax there.
    Problem occures when there are some another Http modules registered in web.config:
            <httpModules>
                <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
                <!-- URL REWRTIER -->
                <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
                <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />
                <!-- UMBRACO -->
                <add name="viewstateMoverModule" type="umbraco.presentation.viewstateMoverModule" />
                <add name="umbracoBaseRequestModule" type="umbraco.presentation.umbracobase.requestModule" />
                <!-- ASPNETAJAX -->
                <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0,                         Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> <!-- ASPNETAJAX -->
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
            </httpModules>
    Is such case uploader do not wonna to perform ajax upload and Firefox just stoodstill, IE8 shows "'sys' undefined" java script error.
    If i removed HTTP modules on local test application, and leave there just registration of your uploader, then it works correct.
    But i hope its possible to make it working with another http modules...
    Maby i am making something wrong ofcourse, maby there is the way to make it working with another http modules, but ajax uploader 1.0 was working correct before upgrate to version  3.0.
    Ajax uploader 1.0 is perfect exept 1 thing, in firefox it was showing input file object without direct showing of browse dialog...
    Plase help me with that....
    Look here please i think there is some helpfull information for you... 
    http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=103656
     
View Complete Thread