Is it possible todate, to load an image and resize it client side? Such as simple question yet no-one can answer it.
Yes or No? -jw On Feb 19, 12:36 pm, Michael Nordman <[email protected]> wrote: > A ResourceStore (see the localserver corner of the world) can be used > as a storage repository for Blobs. If a resource store is not enabled > (store.enabled = false), the contained resources are not eligible for > local serving during intercepted request handling. So you can use this > component purely for storage/retrieval via script (.captureBlob() and > .getAsBlob()). Gears HttpRequest can upload blobs. > > Hope this helps > > > > On Wed, Feb 18, 2009 at 8:52 AM, ToddG <[email protected]> wrote: > > > I am exploring an idea which basically I would like to take a local > >imagefile from the filesystem (jpg or png) and store it in the gears > > db. I would manually sync with my server at a later time. This > > process works great for my text data, but I would like to add inimage > > data. Is this possible? Any clue how to read the file into the db? > > > Thanks,- Hide quoted text - > > - Show quoted text -
