I'm trying to set up blobstore file uploads using a hidden iframe in IE8. 
The code I have now is working fine in Firefox, Chrome and Safari, but not 
in IE. After I submit my form to the upload URL I am given from the 
blobstore, the file will get put in the blobstore successfully. Then the 
iframe (visible for testing) will show "Internet Explorer cannot display the 
webpage", and stays there. It is not being redirected to my servlet, which 
is passed to the Blobstore service when requesting the upload URL.
In all the other browsers I mentioned, my upload callback servlet will be 
called and everything works as expected. I'm not seeing any errors in logs, 
just seeing the iframe stop after the call to the upload URL.

Any ideas about what IE is doing differently, or what I need to do 
differently to get my servlet called when the blobstore upload returns?

Thanks,
Reed

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/FwsbWHAeCf4J.
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