hello everyone,

i have written an upload controller which handles files in a multipart-
form. it scans through the bytes to check if it's an acceptable file.
my problem is to get the progress of the upload of a single file. i
loop through my params to move every file to the server and it's
working properly.

is there a method to check whether a file has been completely
transfered (in rails!)?

regards

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to