Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Only single files uploading in Safari 5 #1007

Closed
benjsmith123 opened this issue Feb 12, 2012 · 1 comment
Closed

Only single files uploading in Safari 5 #1007

benjsmith123 opened this issue Feb 12, 2012 · 1 comment

Comments

@benjsmith123
Copy link

I've been looking through the docs and tried Tier 5 (google) but I can't find anyone else with a similar problem so I am hoping it is something I am missing.

Unpacked the zip files and loaded them on my server.

In both Chrome and Firefox I can select multiple files and upload them no sweat. In Safari 5.1.3 I select more than one file to upload and only one shows up in the GUI. After that single file uploads I cannot upload anymore.

Is there something I am missing?

Thanks for the great tool.

@benjsmith123
Copy link
Author

For whatever reason I think it was this line in jquery.fileupload.js

multipart: true,

Cleared cache and tried:

multipart: !window.FileReader,

That worked. Changed it back to

multipart: true,

And it magically started working.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant