From 5604efe979bf90e1a475ff001d95a429ad3fb070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=CC=81=20Ca=CC=81mara?= Date: Thu, 25 Jan 2018 10:32:40 +0100 Subject: [PATCH] * Some minor changes in the documentation --- docs/docs/en.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/docs/en.md b/docs/docs/en.md index 889ae6c..d89a58d 100644 --- a/docs/docs/en.md +++ b/docs/docs/en.md @@ -196,6 +196,19 @@ We are using the class `src/chunk/ChunkUploadHandler` class to implement this pr This class must implement a method called `upload` which **must** return a promise. This promise will be used by the `FileUpload` component to determinate whether the file was uploaded or failed. +Use the `handler` parameter to use a different Handler + +```html + :chunk="{ + action: '/upload/chunk', + minSize: 1048576, + maxActive: 3, + maxRetries: 5, + + handler: MyHandlerClass + } +``` + ### SSR (Server isomorphism) @@ -582,8 +595,6 @@ Whether chunk uploads is enabled or not * **Default:** `false` -* **Browser:** `> IE9` - * **Usage:** ```html @@ -613,14 +624,6 @@ All the options to handle chunk uploads } ``` -* **Browser:** `> IE9` - -* **Usage:** - ```html - - - ``` - ### drop Drag and drop upload