Skip to content

Commit a267489

Browse files
committed
docs(singleFile): explanation fixed
1 parent a4c8dee commit a267489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The object is loaded with a configuration options:
9595
Available configuration options are:
9696

9797
* `target` The target URL for the multipart POST request. (Default: `/`)
98-
* `singleFile` Enable multi file upload. (Default: false)
98+
* `singleFile` Enable single file upload. Once one file is uploaded, second file will overtake existing one, first one will be canceled. (Default: false)
9999
* `chunkSize` The size in bytes of each uploaded chunk of data. The last uploaded chunk will be at least this size and up to two the size, see [Issue #51](https://github.com/23/resumable.js/issues/51) for details and reasons. (Default: `1*1024*1024`)
100100
* `forceChunkSize` Force all chunks to be less or equal than chunkSize. Otherwise, the last chunk will be greater than or equal to `chunkSize`. (Default: `false`)
101101
* `simultaneousUploads` Number of simultaneous uploads (Default: `3`)

0 commit comments

Comments
 (0)