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