Unable to find the uploaded file in directory C:\Windows\Temp\AjaxUploaderTemp

  •  04-27-2009, 7:32 AM

    Unable to find the uploaded file in directory C:\Windows\Temp\AjaxUploaderTemp

    Hello all,

    I get a messagbox with "Unable to find the uploaded file in directory C:\Windows\Temp\AjaxUploaderTemp" for each file I selected in the fileselection box. The application stops after last message box -> the server side event "Attachments1_AttachmentAdded" seems not be called (I can only suppose this, because I hav'nt a debugger on the production environment).
     
     
    Fact is, that the uploaded file exist in mentioned direction above!!! The filename looks like a temp file with name scheme:
    "uploading.guid.ori-file-name.resx"
     
    First and very urgent question:
    Whats the problem and how can I solve this?
     
    Second question:
    Whats the reason, that the file is temporarly uploaded to this directory. The config setting in web.config seems not be used:
     
        <appSettings>
            <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/Downloads"/>
        </appSettings>
     
    So the temp upload path should be http://url-of-site/Downloads
     
    Some informations about the system: W2K3-Server R2 running 64Bit-Windows on 64-Bit machine
    Thank you for help
     
    Regards txtchain
View Complete Thread