Cute_Ajax_Uploader Initialized event error.

Last post 11-12-2013, 6:29 AM by alraquib. 2 replies.
Sort Posts: Previous Next
  •  11-09-2013, 2:29 AM 78337

    Cute_Ajax_Uploader Initialized event error.

    I used cute ajax uploader in our web application. In localhost is working fine. When we published that code we face issue  that browse dialog box not open, it post back the page. On debuging in firefox we got error related to cute_ajax_uploader_initialization.

     

    I found there is axd file generated. In this axd file I got js file with name "Resources.uploader.js". I saved and reference it. Now it start working and open dialog box. 

     

    Is any configuration or setting to avoid this workaround.

    Filed under:
  •  11-11-2013, 1:02 AM 78341 in reply to 78337

    Re: Cute_Ajax_Uploader Initialized event error.

    Hi,

     

    Do you have a live URL so I can do a test ?

     

    If your IIS is using intergrated mode , you need to add such configuration to system.webServer node :

     

          <system.webServer>

                <validation validateIntegratedModeConfiguration="false"/>

                <modules runAllManagedModulesForAllRequests="true">

                      <add name="UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>

                </modules>

          </system.webServer>

     

    Regards.
    Terry

  •  11-12-2013, 6:29 AM 78354 in reply to 78341

    Re: Cute_Ajax_Uploader Initialized event error.

    First of all thanks for your reply.

     

    I made changes for configuration as you mentioned above and remove link of Resources.uploader.js. Bingoo!! its working fine. 

    But there is issue I observe I can select only one file in place of multiple even we set property MultipleFilesUpload="true". 

     

    This issue is observed in IE8, in IE9, Firefox, Chrome its working fine.

     

    In my machine IE browser which support mode upto IE10. In this case same issue raise on changing mode to IE8.

    When I test in another machince where browser mode supprot upto IE9.  In this case on changing mode IE8 it working fine.

     

    I also reset my machine brower. 

     

    Is any configuration related to IE8 to select multiple files for browser which support browser mode upto IE10. 

     

    Thanks in advance.

    Filed under:
View as RSS news feed in XML