Sorry, I made a mistake on the path
- url: /sample\.doc
  static_files: static/sample.doc  # no "\"
  upload: static/sample\.doc

2009/5/11 Satyajit p <satyajit100...@gmail.com>

> Thanks Keakon for your immediate response.
>
> I have done the changes what U mentioned but its not asking for to
> download.
>
> Its recognizing the path from YAML file.
>
> Regards,
> Satyajit
>
>
>
>
> On Mon, May 11, 2009 at 12:48 PM, 风笑雪 <kea...@gmail.com> wrote:
>
>> You need specify a url to locate "sample.doc" in your app.yaml file.
>> eg:
>>
>> - url: /sample\.doc
>>   static_files: static/sample\.doc
>>   upload: static/sample\.doc
>>
>> And put "sample.doc" in "static" folder.
>>
>>
>> http://code.google.com/intl/zh-CN/appengine/docs/python/config/appconfig.html
>>
>> 2009/5/11 Satyajit p <satyajit100...@gmail.com>
>>
>> Hi All,
>>>            I am trying to *download(<a href="sample.doc">download</a>)*a 
>>> word file from html page through python/google apps.But I am unable to do
>>> so.
>>>
>>> Can anybody help me on this issue.
>>>
>>> Eagerly waiting for an early reply.
>>>
>>> Thanks in advance.......
>>>
>>> Regards,
>>> Satyajit
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to