summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:06:07 +0100
committerFulup Ar Foll <fulup@iot.bzh>2015-12-20 21:06:07 +0100
commit6700ae902ee16d9474098c5435e4cdf210962851 (patch)
treeb11b85c526deba3d9658570418607ce6bf8dcfba
parent4136c1506e0c894e604ec069339313987a7e05e7 (diff)
Implemented client upload with rangeslider and zip open
-rw-r--r--afb-client/app/Frontend/widgets/FormInput/UploadFiles.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/afb-client/app/Frontend/widgets/FormInput/UploadFiles.js b/afb-client/app/Frontend/widgets/FormInput/UploadFiles.js
index 6c68960..65269f3 100644
--- a/afb-client/app/Frontend/widgets/FormInput/UploadFiles.js
+++ b/afb-client/app/Frontend/widgets/FormInput/UploadFiles.js
@@ -21,6 +21,7 @@
* https://github.com/nervgh/angular-file-upload/blob/master/src/services/FileUploader.js
* https://stuk.github.io/jszip/documentation/howto/read_zip.html
* http://onehungrymind.com/zip-parsing-jszip-angular/
+ * http://stackoverflow.com/questions/15341912/how-to-go-from-blob-to-arraybuffer
*/