Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8052641
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:35:46+00:00 2026-06-05T07:35:46+00:00

I have write an simple python application on GAE. class Upload(webapp2.RequestHandler): def post(self): self.response.out.write(‘HelloWorld’)

  • 0

I have write an simple python application on GAE.

class Upload(webapp2.RequestHandler):
    def post(self):
        self.response.out.write('HelloWorld')

app = webapp2.WSGIApplication(['/upload', Upload)],
                              debug=True)

And it can receive post request.

But there is something with it.


I write one test page.

<html>
  <head></head>
  <body>
    <form action="http://localhost:8080/upload" method="POST">
      <input type="text" name="content"/>
      <input type="submit"  value="submit local"/>     
    </form>
    <form action="http://wp7-gps-tracker.appspot.com/upload" method="POST">
      <input type="text" name="content"/>
      <input type="submit"  value="submit server"/>     
    </form>
  </body>
</html>

The Result

Run in localhost:

Test with IE:Success!

Test with Chrome:Success!

Upload to GAE:

Test with IE:faild!

Test with Chrome:Success!

what’s wrong with my application?

I find the problem!

The GAE was forbidden in china!

And my Chrome is using proxy so it can works!

In your face, Chinese government!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T07:35:47+00:00Added an answer on June 5, 2026 at 7:35 am

    Try change action relative your environment … GAE have different url for version of application.

    action="/upload" 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very simple mod_wsgi python application that tries to write to a
I have wrote following code for a simple problem in Python - def Peu1(numbers):
I try to write simple application using OpenMP. Unfortunately I have problem with speedup.
I'm trying to write a simple application where I have a keyboard listener in
I have this simple python expression: fscript.write ((update %s va set %s = %s
I have started to write a Python 3.x client application. The server application exists
I want to write a simple python web application to provide a gui to
I am trying to write a simple (lightweight) RESTful server in Python. I have
I have written a simple http server to handle POST requests: class MyHandler( BaseHTTPServer.BaseHTTPRequestHandler):
I have a fairly simple python loop that calls a few functions, and writes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.