Unable to find the uploaded file in directory

  •  02-03-2009, 1:25 PM

    Unable to find the uploaded file in directory

    Have licensed CuteEditor, upgraded to latest version and receiving "Unable to find the uploaded file in directory" message when trying to upload file. web.config > configuration > httpModules does contain the line <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/> and (obviously) the dlls from the package's bin directory are in the bin directory of my site.
     
    When I start to upload, I can see a 0 size file created in the CuteEditorTemp directory, no progress bar advances, and after a while the file is deleted and the message pops up on the client.
     
    I am using this in Framework 2.0 with ASP.Net AJAX. I see this happening both on my development box (WinXP/IIS5.x) and on my staging box (Server 2003/IIS6). I get this with both IE and FF
View Complete Thread