Ruby on Rails Thursday, July 29, 2010

Hi,

I have a form that contains a file field.

Since the file can be rather big, I would like to display a progress bar
after the user clicks the submit button on the page, so he can see the
progress of the upload.

I've no idea how to do that, so I search on Google but lots of plugins
seem very old (so maybe irrelevant with Rails 2.3.5 that I'm using in
this project), some other are not very clear to me. Some use AJAX, some
use a combinaison of Flash and JS.
I would like something easy to use. It doesn't have to be sexy.

Could someone help ?

This project is under Rails 2.3.5 and Ruby 1.8.6, and I use prototype as
a JS lib.
I can Flash with no problem if needed. I just want something very basic
(even just displaying a text 0% to 100% would be ok), light and simple
to use.

Thanks
Lily
--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment