Persisted Temp Files

  •  10-02-2009, 9:53 AM

    Persisted Temp Files

    when i use:
    <CuteWebUI:UploadPersistedFile runat="server" ID="upfUserPicture" MultipleFilesUpload="false"
             InsertButtonID="lbChangePicture" ShowProgressBar="false" ShowProgressInfo="false"
             AutoUseSystemTempFolder="false" TempDirectory="../documents/temp" /> 

    the control saves a ".resx" file to the temp folder I specified 
    but when i use
    <CuteWebUI:UploadPersistedFile runat="server" ID="upfUserPicture" MultipleFilesUpload="false"
             InsertButtonID="lbChangePicture" ShowProgressBar="false" ShowProgressInfo="false" /> 

    I don't know where this temp file is being saved to. I cannot find the location. 
    Does it get saved to the system at all?
View Complete Thread