[google-appengine] Re: HTTP 404 File not found for file downloads

2012-05-12 Thread Computer_Engineer
You are welcome:) On Friday, May 11, 2012 11:44:33 AM UTC+3, Uma Jeyachandran wrote: Hi I have an application in appspot.com. When I attempting any file download using a tag in html, it throws file not found error. Please suggest solution. Thank you Umamageswari -- You received

[google-appengine] Re: HTTP 404 File not found for file downloads

2012-05-11 Thread timh
Hi The URL in your a tag needs to point to either a handler or a static resource. If your getting a 404 then the URL is incorrect and does not map to either of these. T On Friday, May 11, 2012 4:44:33 PM UTC+8, Uma Jeyachandran wrote: Hi I have an application in appspot.com. When I

[google-appengine] Re: HTTP 404 File not found for file downloads

2012-05-11 Thread Computer_Engineer
Hi Uma Jeyachandran: *you should upload it as static file,this error because this file is considered in the local host and GAE doesn't find it, you should configure app.yaml and specify this * *file in it , see this link for app.yaml configuration *

Re: [google-appengine] Re: HTTP 404 File not found for file downloads

2012-05-11 Thread Uma Jeyachandran
Many thanks for your solution. It worked after configuring app.yaml. Thanks Regards Umamageswari J On Fri, May 11, 2012 at 11:23 PM, Computer_Engineer groupd...@gmail.comwrote: Hi Uma Jeyachandran: *you should upload it as static file,this error because this file is considered in the local