Can only reproduce this issue on Google App Engine Server, not on my
development server.
Only when I copy-paste a part of web page to the < textarea >.
I searched the forum and found two related posts, but still didn't
figure it out. Can somebody give me more hint? Thanks!
Here is my code:
<code>
#HTML
< form method = "post" action = "{% if action %}{{ action }}{% endif
%}" enctype = "multipart/form-data" accept - charset = "UTF-8" >
< textarea name = "textbox" id = "textbox" rows = "3" cols = "50" wrap
= "soft" >
#Python
t1 = self.request.get("textbox")
t2 = self.request.POST["textbox"]
logging.info("request get: %s, %s" % (t1, t2))
</code>
Related Posts:
http://code.google.com/appengine/forum/python-forum.html?place=topic%2Fgoogle-appengine-python%2FOYfn9tXncUk%2Fdiscussion
http://code.google.com/appengine/forum/python-forum.html?place=topic%2Fgoogle-appengine-python%2FCsSrUmb7N4E%2Fdiscussion
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.