From 56484a03c02c12e2d7cee64de260d00066e5ea67 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 18 Mar 2013 20:29:33 +0100 Subject: [PATCH] Implement Resumable.addFile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cb256ad..48e01818 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Available configuration options are: * `.cancel()` Cancel upload of all `ResumableFile` objects and remove them from the list. * `.progress()` Returns a float between 0 and 1 indicating the current upload progress of all files. * `.isUploading()` Returns a boolean indicating whether or not the instance is currently uploading anything. +* `.addFile(file)` Add a HTML5 File object to the list of files. * `.removeFile(file)` Cancel upload of a specific `ResumableFile` object on the list from the list. * `.getFromUniqueIdentifier(uniqueIdentifier)` Look up a `ResumableFile` object by its unique identifier. * `.getSize()` Returns the total size of the upload in bytes.