On Nov 26, 4:27 am, wenlong <[EMAIL PROTECTED]> wrote:
> Hi, that means I can't load the static html files at the root path ?
> and I must create a new folder named "static" and put all these htm
> files in this folder?
>
> Actually, I don't know what's that prefix "static" mean ?

"Static" means the files are only served directly to the user's
browser exactly as they were uploaded, and they're completely
inaccessible to your scripts (except by using urlfetch, which would be
fairly silly).  If your scripts need to read a file, it's data and
shouldn't be marked static.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to