Upload problem when i put UploadModule in web.config

Last post 12-07-2009, 10:06 AM by Eric. 7 replies.
Sort Posts: Previous Next
  •  12-04-2009, 3:32 AM 57595

    Upload problem when i put UploadModule in web.config

    Hello,

    I can 't upload when i put this line in my  web.config.

     <configuration>
      <system.web>
        <httpModules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
         </httpModules>
      </system.web>
    </configuration>
     
    and When I start to upload, I can see a 0 size file created in the CuteEditorTemp directory, no progress bar advances

     
    When i dont' take this line in my web.config, i can upload file but I want to upload big file.
     

    Filed under: ,
  •  12-04-2009, 4:32 AM 57597 in reply to 57595

    Re: Upload problem when i put UploadModule in web.config

    Hi megami56,
     

    IIS 5.0, 6.0 and IIS 7.0 Classic mode

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

    IIS 7.0 Integrated mode

    <configuration>
      <system.webServer>
        <modules>
          <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
        </modules>
      </system.webServer>
    </configuration>
     
    Try give full permission to user "Everyone" of the temp directory and try again.
     
    Regards,
     
    Ken
  •  12-04-2009, 4:53 AM 57598 in reply to 57597

    Re: Upload problem when i put UploadModule in web.config

    Hi Kenneth,
     
    how i can this !!!
     
    Regards
     
    Megami59
  •  12-04-2009, 8:50 AM 57601 in reply to 57598

    Re: Upload problem when i put UploadModule in web.config

    Dear megami59,
     
    When you download CuteEditor for .NET, it contain an example of web.config. Please refer to file:
    CuteEditor_for_NET6\Framework 2.0\web.config
     
    Regards,
    Eric
     
  •  12-04-2009, 10:30 AM 57604 in reply to 57601

    Re: Upload problem when i put UploadModule in web.config

    Hi,
     
    i know where is a problem but i don't know how resolve it.
     
    I can't upload file when i put  my webSite in Application in IIS
     
    Regards,
     
    Megami59
  •  12-04-2009, 12:20 PM 57607 in reply to 57604

    Re: Upload problem when i put UploadModule in web.config

    megami59:
    Hi,
     
    i know where is a problem but i don't know how resolve it.
     
    I can't upload file when i put  my webSite in Application in IIS
     
    Regards,
     
    Megami59
     
    Megami59,

    There are two methods to add this module depend on the IIS mod you are using.
     
    Are you sure you added it correctly?
     

    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

  •  12-07-2009, 2:14 AM 57639 in reply to 57607

    Re: Upload problem when i put UploadModule in web.config


    Hi,
     
    i put UploadType="IFrame" on the tag CE:Uploader in the file ' InsertMedia.aspx '.
     
    It is work fine in IE but not in Firefox.
     
    I have a popup with the error message: EMPTY
     
    Regards,
     
    Megami59
  •  12-07-2009, 10:06 AM 57651 in reply to 57639

    Re: Upload problem when i put UploadModule in web.config

    Dear megami59,
     
    I tested it, it work well in IE and Firefox, I can not reproduce it.  Are you using v6.5? can you download the latest version and test it again. If you can reproduce it, please tell us the detailed reproduce step.
     
    Regards,
    Eric
View as RSS news feed in XML