Search

You searched for the word(s):
Showing page 157 of 231 (2,301 total posts) < 1 second(s)
  • Re: IE7 freezes after upload using IIS7

    Hi, &nbsp; We have fixed this issue for Firefox. &nbsp; But the IE would cut all flash uploading data while IE think it need authentication handshake. &nbsp; We will continue on this issue and provide a solution next week. &nbsp; http://lists.samba.org/archive/jcifs/2006-September/006554.html &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: IE7 freezes after upload using IIS7

    Hi, &nbsp; Now I can reproduce it now. &nbsp; the Flash do not support Integrated Windows Authentication . &nbsp; But I have a new way to pass the Flash upload request to another page. &nbsp; We still need time to do more tests, and would provide an update next week. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: IE7 freezes after upload using IIS7

    Hi, &nbsp; I don't know why. Because I can't reproduce the problem. All works on our test environment. &nbsp; Can you tell me how you configure the IIS7 ? &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: Javascript error - Permission denied to get property XULElement.accessibleType

    Hi, &nbsp; I don't know why, we did not get such error . &nbsp; Maybe this article would help you : &nbsp; http://www.seopher.com/articles/fixing_the_permission_denied_to_get_property_xulelement_selectedindex_error &nbsp; Regards, Terry &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: IE7 freezes after upload using IIS7

    by the way , &nbsp; I think you are using Flash8,9 , &nbsp; Please try Flash10. &nbsp; If you can control the PCs of your end users, &nbsp; I suggest you let them all install silverlight and disable the flash mode. &nbsp; Regards, Terry &nbsp; &nbsp;
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; Please download the last version and try again. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: IE7 freezes after upload using IIS7

    wassimsa, It seems that Flash do not works well for your condition. you can disable the flash mode temporary by this way, &nbsp; uploader.SetAdvancedOption(UploaderAdvancedOption.NoFlash, ''true''); &nbsp; If we can reproduce it , we will improve it. &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: IE7 freezes after upload using IIS7

    Hi, &nbsp; I can't reproduce your issue. &nbsp; Can you test each mode of the Uploader.UploadType ? &nbsp; Regards, Terry
    Posted to Ajax Uploader (Forum) by cutechat on January 8, 2009
  • Re: Issues with URL rewriting?

    Hi, &nbsp; I have found the reason, and will provide an update in 3-4 days. &nbsp; In the fr001270.xml, line 128,URL_CHANGED &nbsp; the UploadModule use request.RawUrl and try to rewrite the url back to NewUrl=''/report/create/area/820/?'' , &nbsp; but the urlwriter module already would not process it, and then the ASP.NET just report NOT ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009
  • Re: how to obtain complete filename

    Hi, &nbsp; In the file upload event args , or other upload file object, you can use &nbsp; args.FileName to get the origin filename. &nbsp; and use the &nbsp; args.GetTempFilePath() to get the full path of the temp file in file system. &nbsp; use Path.GetFileName(args.GetTempFilePath()) to get the filename without directory. &nbsp; I ...
    Posted to Ajax Uploader (Forum) by cutechat on January 7, 2009