Skip to content

Commit

Permalink
Address issue from #742
Browse files Browse the repository at this point in the history
Thanks to @jankapunkt and @menelike
There will be corresponding updates in the codebase as well
  • Loading branch information
dr-dimitru committed May 2, 2020
1 parent f676225 commit c4f5be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ import { FilesCollection } from 'meteor/ostrio:files';
5. __cURL/POST uploads__ - Take a look on [POST-Example](https://github.com/noris666/Meteor-Files-POST-Example) by [@noris666](https://github.com/noris666)
6. In __Safari__ (Mobile and Desktop) for `DDP` upload streams are hard-coded to `1` and chunk size is reduced by algorithm, due to error thrown if too many connection is open by the browser or frame is too big. Limit simultaneous uploads to `6` is recommended for Safari. This issue should be fixed in Safari 11. Switching to `http` transport (*which has no such issue*) is recommended for Safari. See [#458](https://github.com/VeliovGroup/Meteor-Files/issues/458)
7. Make sure you're using single domain for the Meteor app, and the same domain for hosting Meteor-Files endpoints, see [#737](https://github.com/VeliovGroup/Meteor-Files/issues/737) for details
8. When proxying requests to Meteor-Files endpoint make sure protocol `http/1.1` is used, see [#742](https://github.com/VeliovGroup/Meteor-Files/issues/742) for details

## API overview (*[full API](https://github.com/VeliovGroup/Meteor-Files/wiki)*)

Expand Down

0 comments on commit c4f5be1

Please sign in to comment.