From: Fulup Ar Foll Date: Sun, 20 Dec 2015 20:06:07 +0000 (+0100) Subject: Implemented client upload with rangeslider and zip open X-Git-Tag: blowfish_2.0.1~1^2~23 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=commitdiff_plain;h=6700ae902ee16d9474098c5435e4cdf210962851 Implemented client upload with rangeslider and zip open --- 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 */