GUI -- Fixed application upload/install functionality.

Change-Id: I5b02ff7470bda46b76bc067b64514204b474fb97
diff --git a/web/gui/src/main/webapp/app/view/app/app.js b/web/gui/src/main/webapp/app/view/app/app.js
index 674407b..cacd5e0 100644
--- a/web/gui/src/main/webapp/app/view/app/app.js
+++ b/web/gui/src/main/webapp/app/view/app/app.js
@@ -51,6 +51,11 @@
             $scope.sortCallback();
         };
 
+        document.getElementById('app-form-response').onload = function () {
+            document.getElementById('app-form').reset();
+            $scope.refresh();
+        }
+
         function appAction(action) {
             if (selection) {
                 $log.debug('Initiating uninstall of', selection);