EncryptedLocalStore general internal error

Posted on April 17th, 2008 by Shan

So I’m developing an AIR app, and experimenting with the EncryptedLocalStore features of AIR. I got to a point where I thought my code was solid, but I wanted to erase all the mistakes I’d created in my keychain. So, I went into Keychain Access, and deleted the keychain file that looked like it was [...]

I’m sure someone will fill in the technical details in the comments (hint hint, AIR experts), but here’s what I ran into.
I’m building an image upload system, and I’m allowing people to drag & drop images onto the app for upload. When they drop the images, I put all the File objects into an ArrayCollection, [...]