etherpad-lite-client-js icon indicating copy to clipboard operation
etherpad-lite-client-js copied to clipboard

use POST to support large files

Open jayvdb opened this issue 5 years ago • 1 comments

https://github.com/philschatz/etherpad-lite-client-js/commit/9d1343b905d317680502d25cb5701ed84ab12b25 is an old commit on @philschatz's fork ahead of this repo by only one commit, with a change to use POST to support large files.

Would it be possible to integrate this into the main package?

It is being used by https://github.com/philschatz/gh-board , and it would be nice if it was able to use released versions instead of git dependencies.

jayvdb avatar Aug 01 '18 15:08 jayvdb

Sure! I'd prefer if someone actually opened a pull request though. My time these days is extremely limited :-(.

If you or the author or anyone else wants to do this, they should modify main.coffee and then run cake build to generate main.js. Adding these steps to the readme would be a great bonus :-).

I'll be happy to merge it and publish a new version.

tomassedovic avatar Aug 02 '18 06:08 tomassedovic