Search

You searched for the word(s): uploadmodule
Showing page 6 of 15 (148 total posts) < 1 second(s)
  • Re: The process cannot access the file because it is being used by another process.

    modeuls are: <httpModules> <add name=''ScriptModule'' type=''System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35''/> <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/> <!-- remove unnecessary http modules ...
    Posted to Ajax Uploader (Forum) by pi2 on June 24, 2009
  • Re: Upload module is not installed in Web.Config!

    Please check your production server.   If it is running IIS 6.0 and IIS 7.0 Classic mode, the correct method to add module is:   <configuration>   <system.web>     <httpModules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Adam on March 2, 2009
  • Re: Error when installaing ajax uploader!

    Hi cassini,   Do you Use the integration mode of your application pool? If so, please move the   <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>   to   <system.webServer>       ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 2, 2008
  • Error on other sites?

    I have successfully implemented the upload control in a site, all is well there. The problem is with other sites on my machine. If I have this in my web.config for project A, project A works fine: <httpModules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by ahouriet on June 10, 2008
  • Microsoft JScript runtime error: Object expected

    When I run a small test page using VS2008, the Ajax Uploader works perfectly.  However, when I run it without the VS2008 web server (i.e. when I run it using IIS 7 on my local Vista Business machine) I receive the error shown below: IE Popup:  ''Microsoft JScript runtime error: Object expected'' FF Firebug:  ...
    Posted to Ajax Uploader (Forum) by wwward on April 21, 2008
  • Re: Upload Module Not instaled in Web.Config - When localhost Port is in URL

    Hi FLJoe,   Please refer to the setting below. Different application pool mode using the different upload module setting. Ensure that you have set the upload module in your web.config. If the first one doe not work, then try the second one, one of them will work for ...
    Posted to Ajax Uploader (Forum) by Kenneth on August 31, 2012
  • Re: AjaxUploader in Windows 2008 (IIS 7.0)

    Hi jserrano, Please do not use both of them in the web.config. Check your application pool mode and use one of the code below. IIS 6.0 and IIS 7.0 Classic mode<configuration>   <system.web>     <httpModules>       <add name=''CuteWebUI.UploadModule'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on November 30, 2011
  • Re: Error when installaing ajax uploader!

    I did that, below is my web.config:   <?xml version=''1.0''?> <configuration>   <system.web> <authentication mode=''Forms'' /> <compilation debug=''true'' strict=''false'' explicit=''true'' > <assemblies> <add assembly=''System.Design, Version=2.0.0.0, Culture=neutral, ...
    Posted to Ajax Uploader (Forum) by cassini on December 2, 2008
  • Re: AjaxUploader Upload button not firing correctly

    Right, I created a new page within my existing application called AjaxUploader.aspx and copied that code in, I still get the exact same issue, Internet Explorer has JavaScript errors and FireFox doesn't render the browse button on the initial partial page reload.  I thought it must be something to do with my references (as I have had to ...
    Posted to Ajax Uploader (Forum) by lholman on March 17, 2008
  • Re: Cannot use CopyTo() on IIS 7 (windows vista)

    It is web.config <?xml version=''1.0''?><configuration>  <appSettings>    <!-- You can set a low upload speed to test the progress bar. -->    <!--  <add key=''CuteWebUI.AjaxUploader.UploadSpeedKB'' value=''20'' /> -->    <add ...
    Posted to Ajax Uploader (Forum) by Lonniekong on January 9, 2012
« First ... < Previous 4 5 6 7 8 Next > ... Last »