From beffb77e05bf3c192e798587812105458146df32 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 28 Jun 2005 17:44:16 +0000 Subject: Added support for upload progress indicators in Apache and lighttpd 1.4.x (won't work in WEBrick or lighttpd 1.3.x) #1475 [Sean Treadway] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1553 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- .../action_view/helpers/upload_progress_helper.rb | 427 +++++++++++++++++++++ 1 file changed, 427 insertions(+) create mode 100644 actionpack/lib/action_view/helpers/upload_progress_helper.rb (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/upload_progress_helper.rb b/actionpack/lib/action_view/helpers/upload_progress_helper.rb new file mode 100644 index 0000000000..1af8bce754 --- /dev/null +++ b/actionpack/lib/action_view/helpers/upload_progress_helper.rb @@ -0,0 +1,427 @@ +module ActionView + module Helpers + # Provides a set of methods to be used in your views to help with the + # rendering of Ajax enabled status updating during a multipart upload. + # + # The basic mechanism for upload progress is that the form will post to a + # hidden