;
>
>
> On Thu, Apr 15, 2010 at 4:21 AM, fletcher wrote:
> > Hello -
>
> > I want to usehttp://fakedomain.cominstead ofhttp://fakeapp.appspot.com.
> > I went through the domain setup in the app engine dashboard and added
> >www.fakedomain.com. I also added the www
Hello -
I want to use http://fakedomain.com instead of http://fakeapp.appspot.com.
I went through the domain setup in the app engine dashboard and added
www.fakedomain.com. I also added the www CNAME record to point to
ghs.google.com in my registrars (GoDaddy) administrator panel. Now I
can access
The snippet I posted works fine outside of GAE. Anybody know what is
going on?
On Mar 19, 12:18 pm, fletcher wrote:
> Anyone? This is really frustrating!
>
> On Mar 17, 1:10 pm, fletcher wrote:
>
> > I'm using the following method to fetch a page that I need to supply a
Anyone? This is really frustrating!
On Mar 17, 1:10 pm, fletcher wrote:
> I'm using the following method to fetch a page that I need to supply a
> cookie in order to view:
>
> public static String fetchPage(String urlString) {
> StringBuilder page
I'm using the following method to fetch a page that I need to supply a
cookie in order to view:
public static String fetchPage(String urlString) {
StringBuilder page = new StringBuilder();
try {
URL url = new URL(urlString);
se the JSON or check for errors.
>
> 2010/3/15 fletcher
>
> > Hello -
>
> > I'm trying to create a file upload form that writes to Blobstore.
> > Let's say my form has two inputs, one of type file, and another, of
> > type text. We'll call the t
Hello -
I'm trying to create a file upload form that writes to Blobstore.
Let's say my form has two inputs, one of type file, and another, of
type text. We'll call the text input the Caption. When the form gets
submitted via an XMLHttpRequest from Javascript, I want to be able to
say there was a p