You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
Confirmed.
Thanks for posting the User Agent string with a detailed bug report.
The issue is that Safari 5.1 doesn't properly handle File or Blob objects anymore when given as argument to the XHR send method.
Previous Safari versions (e.g. Safari 5.0.5) didn't have this problem.
When searching for additional information on this issue I found a thread referring to the same problem with the Plupload plugin: moxiecode/plupload#320
Seems like Safari 5.1 also doesn't support the FileReader interface anymore, so non-multipart file uploads are simply not possible anymore with this browser version.
Until there is a better way to detect if the browser supports non-multipart XHR file uploads, you can set the multipart option with the exclusion of Safari 5.1 like this (thanks mperrando for the FileReader hint):
When using the option
multipart: false
the content of the request is 15 bytes long and contains only the string
I hope to find time to look further in to it.
Here follow the details of the user agent.
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.50 (KHTML, like Gecko) Version/5.1 Safari/534.50
The text was updated successfully, but these errors were encountered: