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:
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 %>