Hi,
I found the following page describing how to stream data
from the
server to the client:
http://api.rubyonrails.com/classes/ActionContr
oller/Streaming.html
I want to do the opposite, streaming data from the client to
the server,
letting the controller saving the data while it's being
received.
In particular, I want to upload large files to the RailsDav
(http://www.liverail.
net/railsdav) plugin, without having to store
the entire file in memory during the operation.
The Howto for Uploading files also didn't say anything
about
streaming:
http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles
How can this be done?
I'm using Rails 1.2.3.
/Daniel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Ruby on Rails" group.
To post to this group, send email to rubyonrails googlegroups.com
To unsubscribe from this group, send email to
rubyonrails-unsubscribe googlegroups.com
For more options, visit this group at http://gro
ups.google.com/group/rubyonrails
-~----------~----~----~----~------~----~------~--~---
|