Skip to content

Commit 8005010

Browse files
authored
Document need for forceChunkSize option (#62)
1 parent 2d509c6 commit 8005010

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ This driver handles requests made by the DropzoneJS client library.
181181

182182
This driver handles requests made by the Flow.js client library.
183183

184+
Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize`
185+
option.
186+
184187
### ng-file-upload driver
185188

186189
[website](https://github.com/danialfarid/ng-file-upload)
@@ -199,12 +202,18 @@ This driver handles requests made by the Plupload client library.
199202

200203
This driver handles requests made by the Resumable.js client library.
201204

205+
Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize`
206+
option.
207+
202208
### simple-uploader.js driver
203209

204210
[website](https://github.com/simple-uploader/Uploader)
205211

206212
This driver handles requests made by the simple-uploader.js client library.
207213

214+
Because of [Issue #44](https://github.com/coding-socks/laravel-chunk-uploader/issues/44) you must use `forceChunkSize`
215+
option.
216+
208217
## Identifiers
209218

210219
In some cases an identifier is needed for the uploaded file when the client side library does not provide one.

0 commit comments

Comments
 (0)