From 11960e3a2725e719583607af102e77de3f410c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20G=C3=B6r=C3=B6g?= Date: Sat, 20 Jun 2020 19:36:41 +0200 Subject: [PATCH] Document need for `forceChunkSize` option --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9b8d2bc..c0bd149 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,9 @@ This driver handles requests made by the DropzoneJS client library. This driver handles requests made by the Flow.js client library. +Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize` +option. + ### Plupload driver [website](https://github.com/moxiecode/plupload) @@ -191,12 +194,18 @@ This driver handles requests made by the Plupload client library. This driver handles requests made by the Resumable.js client library. +Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize` +option. + ### simple-uploader.js driver [website](https://github.com/simple-uploader/Uploader) This driver handles requests made by the simple-uploader.js client library. +Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize` +option. + ## Identifiers In some cases an identifier is needed for the uploaded file when the client side library does not provide one.