No, there won't be any support for storing blobs in the database in
0.5. The workaround you suggested will work fine, but you'll have to
come up with the unique URL yourself.

- a

On Wed, Nov 5, 2008 at 6:17 PM, aahmad <[EMAIL PROTECTED]> wrote:
>
> In version 0.5, will there be support for loading and saving BLOBs
> into the Gears database? If not, I suppose I could:
>    1) generate a unique URL,
>    2) use LocalServer.captureBlob to save the data
>    3) store the URL in the database in place of the BLOB itself.
>
> However, in the latter case it would be nice (but not required, I
> suppose) if ResourceStore had a method on it for returning an unused
> URL name.
>

Reply via email to