I found the answer!  That's all my failure.

the "upload" value is wrong.

the bug version:

- url: /ho600_ajax/media/(.*)
  static_files: modules/ho600_ajax/media/\1
  upload: /ho600_ajax/media/(.*)

the right version:
- url: /ho600_ajax/media/(.*)
  static_files: modules/ho600_ajax/media/\1
  upload: modules/ho600_ajax/media/(.*)

This "upload" value only works for GAE, so I can view the all static files 
in my development server with wrong "upload" value.

BUT, might be the appengine SDK should not allow this.  It should keep the 
same effect in both two.

-- 
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/-/__5YcLKwaWkJ.
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