Ruby on Rails Tuesday, March 27, 2012

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

No comments:

Post a Comment