Re: Upload image doesn't work on Mac

  •  09-09-2010, 8:37 PM

    Re: Upload image doesn't work on Mac

    Hi adukic,
     
    Dialog "Insert Image" and "Image Gallery" will make confusing. we can try on "Insert Flash" dialog first
     
    1.  Open file "\CuteSoft_Client\CuteEditor\Dialogs\InsertFlash.aspx"
     
    2. Find section below
     
     <CE:Uploader ID="InputFile" runat="server" >
                                            </CE:Uploader>
     
    3. Change to
     
     <CE:Uploader ID="InputFile" runat="server" UploadType="iFrame">
                                            </CE:Uploader>
     
    4. Than, right click on the upload button, it will display the corresponding menu. (Silverlight/Flash/Iframe)
     
    Keep me posted.
     
    Regards,
     
    ken
View Complete Thread