No progress indicator

Last post 12-14-2008, 11:29 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  12-13-2008, 11:48 PM 46903

    No progress indicator

    I am trying to evaluate your upload control, and have the samples running locally including the Advanced ones with the database, but when I select files in any of the samples I can upload them, but I get no progress indicator.  I have spent some time reading the forum threads looking for a possible solution, any ideas?  I have flash installed and Silverlight.
     
    To be honest, I have used your products in the past, and always found them to work and be well documented, but this control's documentation is horrible.  I can read the code yes, but the code doesn't show me how to use all of the features that the control offers.
     
    When I run the samples you have online, I get the progress indicator, so I am not sure what the problem is, but I need to get this issue resolved quickly.
     
    Steve
  •  12-14-2008, 12:17 AM 46904 in reply to 46903

    Re: No progress indicator

    I tried installing the latest Flash Player from Adobe to see if that would fix the problem, but it didn't.  When I run the samples on localhost, I get no progress bar.  Please help.
  •  12-14-2008, 11:29 PM 46922 in reply to 46903

    Re: No progress indicator

    Steve,
     
    Have you finished the step below?
     
    1. Add AjaxUploader httpModule to web.config's httpModules list

      To allow Ajax Uploader to handle upload requests, you need to add its HttpModule to your application.

      IIS 6.0 and IIS 7.0 Classic mode

      <configuration>
        <system.web>
          <httpModules>
            <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
           </httpModules>
        </system.web>
      </configuration>

      IIS 7.0 Integrated mode

      <configuration>
        <system.webServer>
          <modules>
            <add name="CuteWebUI.UploadModule" type="CuteWebUI.UploadModule,CuteWebUI.AjaxUploader"/>
          </modules>
        </system.webServer>
      </configuration>
    >>To be honest, I have used your products in the past, and always found them to work and be well documented, but this control's documentation is horrible.  I can read the code yes, but the code doesn't show me how to use all of the features that the control offers.
     
    We will improve the developer's guide soon. Sorry for the inconvenience.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML