Re: [google-appengine] Blobstore "list index out of range"

2011-08-09 Thread Robert Kluin
Hi, Are you correctly generating an upload url? http://code.google.com/appengine/docs/python/blobstore/overview.html#Uploading_a_Blob Robert On Mon, Aug 8, 2011 at 16:37, misteff25 wrote: > I am trying updload a picture from a Phonegap application to my Python > App Engine projec

[google-appengine] Blobstore "list index out of range"

2011-08-09 Thread misteff25
I am trying updload a picture from a Phonegap application to my Python App Engine project. The phone app trys to upload the file but App engine returns a "list index out of range" error. Most of this code is very similar to some of the sample projects. I have the following code on the App Engine