how can i set the key 'blob-key' about BlobStore?
- by pyleaf
I use the jquery plugin "uploadify" to upload multiple files to My App(GAE), and then save them with blobstore, but it failed. I debug the code into get_uploads, it seems field.type_options is empty and of course has 'blob-key'.
Q: where does the key 'blob-key' come from?
thank you!