From 5aca5eca1c8b53f00b1e4333da0bf9bc0a972736 Mon Sep 17 00:00:00 2001 From: Thomas Blazek Date: Thu, 22 Aug 2013 11:24:34 +0200 Subject: [PATCH] bulk_upload_problematic --- app/views/fotos/_form_bulk.html.erb | 137 ++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 app/views/fotos/_form_bulk.html.erb diff --git a/app/views/fotos/_form_bulk.html.erb b/app/views/fotos/_form_bulk.html.erb new file mode 100644 index 0000000..07999c2 --- /dev/null +++ b/app/views/fotos/_form_bulk.html.erb @@ -0,0 +1,137 @@ +
+

Upload file

+ <%= semantic_form_for [@gallery, @foto], :remote=>true, :html => { :multipart => true, :id => "fileupload" } do |f| %> + +
+
+ + + + Add files... + <%= f.file_field :datei %> + <%= f.input :gallery %> + + + + + +
+
+ +
+
+
+
+
+ +
+
+ + +
+ <% end %> + +
+ + + + + + + +