Capture the URL, store a list of these captured objects in the
database, use links or XHRs to expose the files...
On Nov 20, 2008, at 11:37 PM, Chamnap wrote:
I have the same problem as Maha. I still not sure the usefulness of
these two methods.
For example, if i have a blob object (let's say I get it from
openFiles
()), then I use captureBlob() to capture the content of that blobs
object. Moreover, I can read it back to a blob object. What is the
usefulness of that, because it cannot be stored in a database? My
requirement is after user select image files to upload, I want to
display those file back to the user. How can I achieve this?
Thanks
Chamnap