about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/app/views/files/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4/app/views/files/new.html.erb')
-rw-r--r--examples/rails_app-2.3.4/app/views/files/new.html.erb15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/rails_app-2.3.4/app/views/files/new.html.erb b/examples/rails_app-2.3.4/app/views/files/new.html.erb
index 42f5f27..f5ecb5b 100644
--- a/examples/rails_app-2.3.4/app/views/files/new.html.erb
+++ b/examples/rails_app-2.3.4/app/views/files/new.html.erb
@@ -41,6 +41,21 @@
     <% if flash[:notice] %>
     <h1><%= flash[:notice] %></h1>
     <% end %>
+<p>
+  This is a demo of <a href="http://upr.bogomips.org/">upr</a> in action.
+  Much of this (including all JS) was stolen from the
+  <a href="http://github.com/drogus/jquery-upload-progress"
+  >jQuery-upload-progress</a>
+</p>
+<p>
+  Also, see the <a href="/">mongrel_upload_progress-compatible</a> version
+</p>
+<p>
+  Last but not least, check out the <a href="/files/pull">Ajax.Pull</a>
+  example that uses a single, streaming HTTP response to interatively
+  send progress updates.
+</p>
+
           <form id="upload" enctype="multipart/form-data" action="/files/new" method="post">
         <input name="data" type="file"/>
         <input type="submit" value="Upload"/>