about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/app/views/files/index.html.erb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-13 17:33:35 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-13 17:33:35 -0800
commit9ad5760a68b07fcc0df79e9ae8e31c56873476ce (patch)
tree1e29a9d7bae527eb0564926498b505223ccfc394 /examples/rails_app-2.3.4/app/views/files/index.html.erb
parent73ebdaf0445beb90a8397ca4a3ac05885b6b89fc (diff)
downloadupr-9ad5760a68b07fcc0df79e9ae8e31c56873476ce.tar.gz
examples/rails_app-2.3.4: show links to different interfaces
Diffstat (limited to 'examples/rails_app-2.3.4/app/views/files/index.html.erb')
-rw-r--r--examples/rails_app-2.3.4/app/views/files/index.html.erb15
1 files changed, 12 insertions, 3 deletions
diff --git a/examples/rails_app-2.3.4/app/views/files/index.html.erb b/examples/rails_app-2.3.4/app/views/files/index.html.erb
index 4982076..01d2a25 100644
--- a/examples/rails_app-2.3.4/app/views/files/index.html.erb
+++ b/examples/rails_app-2.3.4/app/views/files/index.html.erb
@@ -43,9 +43,18 @@ opt = {
 }
 -%>
 <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 mongrel_upload_progress
-examples.
+  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 mongrel_upload_progress
+  examples.
+</p>
+<p>
+  Also, see the <a href="/files/new">jQuery-compatible interface</a>
+  that's also compatible with upload progress modules for nginx and lighttpd.
+</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>
 <p><%= link_to upid, :action => 'status', :upload_id => upid %></p>
 <% form_tag(act, opt) do %>