Re: Files not uploading in Safari on Apple computers

  •  01-13-2012, 8:56 AM

    Re: Files not uploading in Safari on Apple computers

    Some more information:
    1. The #2038 only happens with some file types, not all.
      I'm new on the Apple laptop and I don't have any files there yet. So I tried to upload a file named "About Downloads.lpdf" that is present on the laptop by default.
      Safari nor Firefox like that... they both present the #2038 error. When uploading eg. an image, the #2038 issue does not happen.

    2. As it turns out, when uploading eg. an image with Safari, there is actually a "persisted.<GUID><filename>.resx" file placed in the upload-directory. But the file does not get moved to a given non-temp directory afterwards.
      When working in any other browser, uploaded files get moved (and possibly resized), but not in Safari. And that why the upload didn't seem to happen at all.
     
    The code in my real upload page is:
    1. <CuteWebUI:Uploader ID="Uploader1" AutoUseSystemTempFolder="false" TempDirectory="~/sysfiles/TempAjaxUploader/"  
    2.                            MultipleFilesUpload="true" OnFileUploaded="AjaxUploader_FileUploaded" InsertButtonID="btnBrowse"  
    3.                            ManualStartUpload="true" runat="server">  
    4.                        </CuteWebUI:Uploader>  
    Why isn't the OnFileUploaded event triggered when working with Safari?

    Regards, Marja
View Complete Thread