temp file path

  •  06-01-2009, 5:14 AM

    temp file path

    Hi First time with this product
     
    I'm getting the message:
     
    ---------------------------
    Windows Internet Explorer
    ---------------------------
    Unable to find the uploaded file in directory : C:\Users\Ian Pettman\AppData\Local\Temp\AjaxUploaderTemp
    ---------------------------
    OK  
    ---------------------------
     
    (Same in firefox)
     
    Code is (called in load complete):
     

    Dim sUploadTempPath As String = Tools.Settings("FileUploadTempPath")

    If sUploadTempPath <> "" Then

    Uploader1.TempDirectory = sUploadTempPath

    Uploader1.AutoUseSystemTempFolder = False

    Else

    Uploader1.AutoUseSystemTempFolder = True

    End If
     
    my web config is:
    <add key="FileUploadTempPath" value="c:\\temp\\"/>
     
     
    Not sure what I'm doing wrong?
     
    Thanks

    Ian Pettman
    Ava producers of leading Temp Agency Software
    Filed under:
View Complete Thread