From f3cbeeb408f6c624accdcf7187caf65600805052 Mon Sep 17 00:00:00 2001 From: Eole Date: Mon, 9 May 2016 23:38:13 +0200 Subject: [PATCH] Css Progress, File Name.. --- client/js/controllers/image/edit.js | 4 +++- client/partials/image/edit.html | 4 +++- client/vendors/jquery-File-Upload/jquery.fileupload.css | 6 ++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/client/js/controllers/image/edit.js b/client/js/controllers/image/edit.js index be4eb39..01dbd18 100755 --- a/client/js/controllers/image/edit.js +++ b/client/js/controllers/image/edit.js @@ -25,6 +25,7 @@ mainApp.controller('editImageCtrl', ['$scope', 'Image', 'Loading', 'Identity', ' ); $('#editImageModal').modal('show'); $("#fileupload").fileupload({ + replaceFileInput: false, formData: {task: "image", token: Identity.getToken(), action: "uploadImage", id: $scope.data.id}, /* ... */ progressall: function (e, data) { @@ -36,7 +37,8 @@ mainApp.controller('editImageCtrl', ['$scope', 'Image', 'Loading', 'Identity', ' }, add: function (e, data) { data.process(); - data.context = $('