On Sun, Sep 8, 2013 at 1:56 AM, jiban prakash <[email protected]> wrote:

>
> I am trying to set the background image of the body through css
>
> but still i get the error
>
>    1. Status Code:
>    404 Not Found
>
>
>

Forget the CSS for a moment. Can you retrieve the file through a normal
HTTP request; for example, if you went to *your-app-id . appspot . com /
folder / random . png*?


On Sun, Sep 8, 2013 at 1:56 AM, jiban prakash <[email protected]> wrote:

> Response Header:
>
>
>    1. HTTP/1.1 404 Not Found *Content-Type: text/html; charset=UTF-8 
> *Content-Encoding: gzip Vary: Accept-Encoding Date: Sun, 08 Sep 2013
>    06:38:46 GMT Server: Google Frontend Cache-Control: private Content-Length:
>    127 Alternate-Protocol: 80:quic
>
> I am not sure why the Content-Type is text/html for a image, or is it
> expected?
>
>


The content type is HTML because App Engine is returning an error page. It
doesn't know the MIME type of the file you're intending to get because it
can't find the file for whatever reason.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to