TempDirectory not working properly

  •  11-15-2011, 10:32 PM

    TempDirectory not working properly

    I am using AjaxUploader control. I want to use TempDirectory property. Below is the source code for that :
     
    <CuteWebUI:UploadPersistedFile runat="server" ID="PersistedFile1" InsertText="Upload File"   TempDirectory="~/temp"
                            OnFileChanged="PersistedFile_FileUploaded">
                        </CuteWebUI:UploadPersistedFile>
     
    When i am going to upload excel file, the file moves to specified location but its saving file as "persisted.9e86680a-bbf4-407d-a473-cb05689076d2.Coding Standards.xls.resx"  resource file. I am not getting why this is happening. Please give me solution if any.
     
    Filed under:
View Complete Thread