[drakma-devel] Sending content without loading it all in memory?
    Zach Beane 
    xach at xach.com
       
    Wed Sep 10 13:20:30 UTC 2008
    
    
  
Is there any way to send a non-chunked request without having the
entire content in memory at once?
I'm working on an Amazon S3 client based on Drakma, but sometimes I
want to upload (via PUT) very large files and I'd prefer to determine
the content-length via FILE-LENGTH and upload the body
buffer-by-buffer instead of all at once.
Zach
    
    
More information about the Drakma-devel
mailing list