From 0838103759524148d8f5a840f803f409db210340 Mon Sep 17 00:00:00 2001 From: Sam Rijs Date: Mon, 18 Mar 2013 20:33:10 +0100 Subject: [PATCH] Implement for real. --- resumable.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resumable.js b/resumable.js index a186a176..35912daf 100644 --- a/resumable.js +++ b/resumable.js @@ -601,6 +601,9 @@ var Resumable = function(opts){ }); return(totalSize>0 ? totalDone/totalSize : 0); }; + $.addFile = function(file){ + appendFilesFromFileList([file]); + }; $.removeFile = function(file){ var files = []; $h.each($.files, function(f,i){