Live Support, Chat and HTML Editor
Welcome to Support forums Sign in | Join | Help Messenger
Loading

Files not uploading in Safari on Apple computers

Last post 01-28-2012, 9:45 AM by Anonymous. 18 replies.
Page 2 of 2 (19 items)   < Previous 1 2
Sort Posts: Previous Next
  •  01-25-2012, 4:31 AM 72825 in reply to 72815

    Re: Files not uploading in Safari on Apple computers

    I just tried the new build with Safari on Mac, but I still see the same issue: the file is upload to the temporary directory, but doesn't get moved to the final destination directory.
    And this still only happens in Safari on Mac. All other browsers are fine, even Safari on Windows.

    Regards, Marja
  •  01-25-2012, 9:28 PM 72832 in reply to 72825

    Re: Files not uploading in Safari on Apple computers

    MariaR,
     
    Please clear your browser cache when testing.
     
    Do you have problems with this example?
     

    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

  •  01-26-2012, 1:46 PM 72837 in reply to 72815

    Re: Files not uploading in Safari on Apple computers

    I found out why it still didn't work with the new DLL in Safari on Apple (and maybe this was the problem all along):
     
    I have the Ajax Uploader in a popup window, and in that popup window I have the following JavaScript function:
    1. function CuteWebUI_AjaxUploader_OnPostback() {  
    2.     window.filesuploaded = true;  
    3.     var submitbutton = document.getElementById('<%=btnSubmit.ClientID %>');  
    4.     submitbutton.click();  
    5.     wsRefreshOpener();  
    6.     return false;  
    7. }  
    As you can see, wsRefreshOpener() is triggered as part of that routine and wsRefreshOpener called window.close() at the end of its work.
    The popup window then was automatically closed, and the upload turned out to be canceled right there.
     
    Now I've removed the window.close() call, and the upload correctly finishes in Safari as well. The file(s) get uploaded fine now.
     
    Strange that this client-side window.close() call was bothering Safari on Apple so much, and other browsers didn't have a problem with that.
    Oh well...

    Regards, Marja
  •  01-28-2012, 9:45 AM 72855 in reply to 72837

    Re: Files not uploading in Safari on Apple computers

    This was not the problem all along for sure, since some of our customers have experienced the same thing, and we do not have the uploader in a pop-up.
     
    We still have clients reporting the error after the new version, but we are still investigating to make sure they have in fact cleared their browser cache.
     
    Do we have any options to completely avoid flash/sl? I have tried setting the UploadType to IFrame, but that simply doesnt work at all, no file dialog window is opened.
Page 2 of 2 (19 items)   < Previous 1 2
View as RSS news feed in XML