From 0825b092b00fa7316b7d8aae25d45d2b37965c57 Mon Sep 17 00:00:00 2001 From: shelling Date: Thu, 6 Dec 2012 14:53:55 +0800 Subject: [PATCH] Revert "force drop-in" IE9 doesn't support drop-in :( This reverts commit db5f1b307dda2600047e2fe0ba660bdc274367c4. --- views/index.haml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/views/index.haml b/views/index.haml index 8e2876f..c072663 100644 --- a/views/index.haml +++ b/views/index.haml @@ -4,7 +4,13 @@ .row.fileupload-buttonbar - .span6.offset3.fileupload-progress.fade + .span2.offset3 + %span.btn.btn-success.fileinput-button + %i.icon-plus.icon-white + %span= "上傳檔案" + %input{type: "file", name: "files[]", multiple: "multiple"} + + .span4.fileupload-progress.fade .progress.progress-success.progress-striped.active{:role => "progressbar", :"aria-valuemax" => "100"} .bar