You can try add this in your app.yaml: handlers:
- url: /static/(.*\.mobi) static_files: static/\1 upload: static/(.*\.mobi) mime_type: application/x-mobipocket-ebook Then put all mobi files in "static" folder. ---------- keakon My blog(Chinese): www.keakon.net Blog source code: https://bitbucket.org/keakon/doodle/ -- 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.
