Upload problem when i put UploadModule in web.config

  •  12-04-2009, 3:32 AM

    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: ,
View Complete Thread