IE problem after uploader update

Last post 11-26-2010, 7:47 AM by mac11710. 4 replies.
Sort Posts: Previous Next
  •  09-28-2010, 7:38 AM 64218

    IE problem after uploader update

    Hello

    Recently we experienced a problem with MVCUploader on Win7 and FF 3.6. From posts on this forum it was said that we should update uploader with newer version, what actually we did.

    Now some clients complaining that they can't use uploader because of error on IE 8.



    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
    Timestamp: Fri, 24 Sep 2010 10:03:55 UTC


    Message: Object doesn't support this property or method
    Line: 1
    Char: 30790
    Code: 0
    URI: http://testsrv/CuteWebUI_Uploader_Resource.axd?type=script&_ver=



    Apparently IE cached content requested by uploader, because after cache cleaning everything worked fine.

    Is there a way to force uploader load resourses bypassing browser cache? Can we somehow activate "_ver=" parameter in resource request in order to change uri each time we have release?
     
    Thanks in advance
    Filed under:
  •  09-28-2010, 10:33 AM 64228 in reply to 64218

    Re: IE problem after uploader update

    mac11710,
     
    We are investigating this issue and will get back to you as soon as possible.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-18-2010, 5:24 AM 64466 in reply to 64228

    Re: IE problem after uploader update

    Hello Adam.
     
    Can I expect any updates regarding this topic?
     
  •  11-17-2010, 8:41 PM 65070 in reply to 64218

    Re: IE problem after uploader update

    Hi,
     
    Please try the last version.
     
    If you want to make sure the uploader have no script cache, you can use the
     
    uploader.ScriptSource=MvcUploaderScriptSource.EmbedCode;
     
    or
     
    uploader.ScriptSource=MvcUploaderScriptSource.None;
    and you need reference the <script src='CuteWebUI_Uploader_Resource.axd?type=script&_ver=1234'></script> in your page.
     
    Regards,
    Terry
  •  11-26-2010, 7:47 AM 65171 in reply to 65070

    Re: IE problem after uploader update

    Hello, Terry.
     
    Thank you for your reply.
     
    We have tried both solution but neither of them helped. We still get the same error.
     
    We disabled uploader script source as you suggested as the second option of your post and reverse engineered resource file with javascript.
    The error occures when the script tries to set mouse cursor of silverlight uploader. It seems that Silverlight.Uploader object isn't found.
     
    Can it occure because of changes in initialization logic of uploader? Or what can be the cause of this error?
    Javascript file you can find here. Error ocures in line 686.
     
    Thank you.
     
    Sincerely,
    Sergey
     
View as RSS news feed in XML