« Return to Thread: Downloading file

Re: Downloading file

by ritesh-11 :: Rate this Message:

| View in Thread

Hi Moritz,
Again it did not helped!!!!!!

On Apr 26, 4:05 pm, Moritz Schlarb <m...@...> wrote:
> Well, instead of returning the file from the database, you can use os.open() and return the file iterator (which would be more efficient than first reading the whole file to memory).
> You just need to get the correct path for the file, probably by using some __file__ or __package__ magic.
>
> Does that help you?

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

 « Return to Thread: Downloading file