With stand SUN JAVA runtime,a JSP page can output images steam like
the:
<%@ page contentType="image/jpeg" import="javax.imageio.ImageIO,
javax.servlet.ServletOutputStream,
java.awt.*,
java.awt.image.BufferedImage,
java.io.IOException,
java.util.Random" %>
But in google app engine runtime,Some class aren't in google's
whilelist,who can tell me how to output imaes( Like Verification code)
whith Java?
HRLP,HELP!!!
--
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.