Re: Image Upload not working on a Mac client

  •  03-19-2009, 11:16 AM

    Re: Image Upload not working on a Mac client

    Hi,
     
    Do your web.config installed the httpModules UploadModule ?
     
    Something like this ?
     
    <httpModules>
        <add name="CuteEditor.UploadModule" type="CuteEditor.UploadModule,CuteEditor"/>
     
    If no , please try it.
     
    Regards,
    Terry
     
View Complete Thread