Hi,

I'm pretty new to Pylons, and python in general. Am creating a site
and need some advice...

I need to allow my users to download a file that is created on the fly
by a remote site. My controller uses multiple soap calls to download
chunks of the remote file, then when I have it all I reassemble it and
make the entire file the controllers return value.

This seems to work, but the file is large, and it takes some time for
me to download the entire file, reassemble it, and then have the user
download it from me. Having the users download from the third party
site isn't possible. What I'd like to do is return the chunks of the
file to the users as I receive them.

Has anyone any experience with this? Any advice?

Much appreciated.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to