hello,

I just noticed that web2py has an easy way to stream data - that's
fantastic!
Currently I upload and download data without streaming which is really
tough on my web2py server.

All the examples I've seen are for streaming a file on the file
system. Is it possible to stream a blob fieldtype without loading it
all into memory at once?

Also, how can I manually stream an upload? I am trying to save the
posted data with a request without the server having to load it all
into memory at once.

Richard


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to