On Wed, Dec 16, 2009 at 11:36 AM, Guo Du <[email protected]> wrote: > On Wed, Dec 16, 2009 at 9:11 AM, Ben Short <[email protected]> wrote: >> Its a very handy undocumented feature. >> >> Since its undocumented is it safe to assume that it might change without >> notice? >> > > For binary content, it may depends on your persistent manager configuration. > > If all your data is in db, so it won't work.
the current implementation spools the binary to a temp file first, so it might work. however, as i already said, i wouldn't rely on this 'feature'... cheers stefan > > If your binary store in some resource you could get independent > reference, it will works. e.g. for file or s3 storage. > > -Guo >
