Hi there,

I'm just running into an issue trying to store an image in a blob property,
and trying to load it afterwards.
The process is as follows:
1. My front-end (a Flash application) sends the data to be stored to GAE
(i'm using pyamf)
2. The remote function stores the data (I save the image in a blob property)
and replies back (success/error)
3. The Flash application receives the result, and if ok, tries to load the
image I just saved.

This works perfectly locally (local GAE development environment), but when
running it online I get an Error 500 on step 3, as if the image was never
saved.
Next time I try to load the same image, it works.

So am I running some kind of delay-related issue here? Of course I tried
waitting a couple of seconds (even a minute) before attempting to load the
saved images, but didn't work either.

Does anyone know what may be happening here?

Thanks!
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Reply via email to