Re: Sending large file as attachment to clients

2008-03-24 Thread Subra A Narayanan
Thanks for ur reply Samuel! Maybe you can read part of the blob with a function like MySQL's SUBSTR. I can easily read small chunks of data from my datastore. I guess the problem that I am trying to solve here - how to send chunks of data as a HTTP response without having to read in and store a

Re: Sending large file as attachment to clients

2008-03-24 Thread Joe Lewis
Subra A Narayanan wrote: Thanks for ur reply Samuel! Maybe you can read part of the blob with a function like MySQL's SUBSTR. I can easily read small chunks of data from my datastore. I guess the problem that I am trying to solve here - how to send chunks of data as a HTTP response without