Re: FLM error while uploading file

  •  01-30-2012, 6:58 AM

    Re: FLM error while uploading file

    Hi tetnet,
     
    Please change the upload type to IFrame, then it will shows you the actual error message.
     
    1.  Open file "\cuteeditor_files\Dialogs\upload.php"
     
    2. Find section below 
     
    $uploader=new PhpUploader();
     
    3. Change it to
     
    $uploader=new PhpUploader();
    $uploader->UploadType="IFrame";
     
    Regards,
     
    Ken 
     
View Complete Thread