Re: Unable to find the uploaded file in directory

  •  12-24-2009, 4:25 AM

    Re: Unable to find the uploaded file in directory


    I have a simmilar issue with the file uploader and would like some help from the cute editor support team.
     
    we have a licensed editor and I@m tring to use the uploader control on one of our pages.
     
    but everytime I upload the files end up in the cuteeditortemp directory with a file name like the below
     
    persisted.fb47a0b0-11bf-458b-8ce7-13425e9d209a.Blue hills.jpg
     
    and there is no image on the upload directory.
     
    this is what my html looks like. This doesnt work locally or in the production environment.
     
     <CE:Uploader ID="Uploader2" MultipleFilesUpload="true" ProgressCtrlID="Panel1" ProgressTextID="Label4" runat="server">
                            </CE:Uploader>
     
    thanks for any help
View Complete Thread