Search

You searched for the word(s): uploadmodule
Showing page 7 of 15 (148 total posts) < 1 second(s)
  • Re: Invalid postback or callback argument

    spudcud,   Did you create a virtual directory when testing?   If so, can you check your web.config file and make sure you have the following code in the <system.web> section?     <httpModules>       <!-- MagicAjax is used in ASP.NET 1.1 examples. ...
    Posted to Ajax Uploader (Forum) by Adam on July 28, 2008
  • Re: Upload Module is not installed into Web.Config !

    Shaitender,   Are you using IIS7 ?   http://ajaxuploader.com/Deployment.htm   <configuration>   <system.webServer>     <modules>       <add name=''CuteWebUI.UploadModule'' type=''CuteWebUI.UploadModule,CuteWebUI.AjaxUploader''/>     ...
    Posted to Ajax Uploader (Forum) by cutechat on August 3, 2009
  • Error after upload

    I'm testing your Ajax Uploader at the moment and run into a problem trying to use the examples provided in the package: After the download seems to be completed a javascript message Box pops up: --------------------------- Meldung von Webseite --------------------------- Server side exception, failed to upload Tree.jpg Debug ...
    Posted to Ajax Uploader (Forum) by toohigh on November 16, 2009
  • Help Me!!

    I am getting error: Server side exception, failed to upload xxxx.wmv Debug Information: System.UnauthorizedAccessException: Access to the path 'd:\inetpub\domain.net\www\UploaderTemp\uploading.3a99108b-fdb9-ed70-1459-4b50f820cc63.3a99108b-fdb9-ed70-1459-4b50f820cc63.resx' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String ...
    Posted to Ajax Uploader (Forum) by Sergius on October 16, 2008
  • Re: browse window not coming up when control is deployed online

     Below is the complete node in the config file   <system.web>         <customErrors mode="Off"/>    <compilation debug="true" targetFramework="4.0">      <assemblies>        ...
    Posted to Ajax Uploader (Forum) by rxraza on December 31, 2013
  • Re: AJAX-UPLOADER WebPage Error

    Hi Ken,   I did as you sugessted and its working fine in Demo(Test) Project. But when i do  the same to my Live Project(Ongoing Web Application), i am getting the below error. "UploadModule is not Installed into Web.config.!"    Please let me know how to solve this, Thanks in ...
    Posted to Ajax Uploader (Forum) by ChetanRajakumar on August 29, 2012
  • 'CuteWebUI_AjaxUploader_Initialize' is undefined

    Hello, I have been trying to get this control to work within my .net webpart but so far I have been unable to get it to work.. I get the following error when the page loads..Line: 83 Error: 'CuteWebUI_AjaxUploader_Initialize' is undefined Then I click the upload button I get a error..Web module is not installed into the web  ...
    Posted to Ajax Uploader (Forum) by shawndg on June 29, 2011
  • Re: Upload Error

    SLTDon,   Did you add module to web.config correctly?   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 ...
    Posted to Ajax Uploader (Forum) by Adam on September 30, 2008
  • Re: Error on other pages when httpModule is in Web.Config

    Hi,   I think I know the reason.   The UploadModule may not compatible with the webservice post mode.   Please try this way at first , we will improve this part soon :   add such appSettings into web.config :   <configuration>   <appSettings>  <add ...
    Posted to Ajax Uploader (Forum) by cutechat on May 12, 2009
  • Re: UploadModule not installed into web.config - ERROR

    Dear mremigio,   This issue is not related to license file. http://ajaxuploader.com/Deployment.htm , please check whether you followed step 2.   Thank you for asking Eric@cutesoft.net
    Posted to Ajax Uploader (Forum) by Eric on January 26, 2011
« First ... < Previous 5 6 7 8 9 Next > ... Last »