about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/app/views/files/pull.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rails_app-2.3.4/app/views/files/pull.html.erb')
-rw-r--r--examples/rails_app-2.3.4/app/views/files/pull.html.erb14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/rails_app-2.3.4/app/views/files/pull.html.erb b/examples/rails_app-2.3.4/app/views/files/pull.html.erb
index 275704d..cf0958a 100644
--- a/examples/rails_app-2.3.4/app/views/files/pull.html.erb
+++ b/examples/rails_app-2.3.4/app/views/files/pull.html.erb
@@ -21,6 +21,20 @@ opt = {
     <% if flash[:notice] %>
       <div class="notice"><%= flash[:notice] %></div>
     <% end %>
+<p>
+  This is a demo of <a href="http://upr.bogomips.org/">upr</a> in action
+  with Ajax.Pull.  It only uses a single, streaming AJAX request instead
+  of pulling.  It is based on <a
+  href="http://rubyforge.org/pipermail/mongrel-users/2007-July/003747.html"
+  >mongrel_<b>streaming</b>_upload_progress</a>
+</p>
+<p>
+  This is different from the polling
+  <a href="/">mongrel_upload_progress-compatible</a> version
+  and also different from the polling
+  <a href="/files/new">jQuery+nginx/lighttpd-compatible</a> version
+</p>
+
     <p><%= link_to "#{upid} (single)",
           :action => 'status', :upload_id => upid %></p>
     <p><%= link_to "#{upid} (stream)",