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.