I'm pretty sure you can't use a multipart form with a GET (what is the
point?). Multipart only makes sense if you are passing large amounts of data
in the body, whereas GET requests pass parameters in the URL, often capped
at between 1000-2000 characters (depending on browser). Change this to a
POST and see what happens.

On Fri, Jul 9, 2010 at 10:05 AM, elio <[email protected]> wrote:

> Hi,
>
> every call to self.request.get( ) return void after that I put   the
> encoding form as enctype="multipart/form-data".
>
> The fisrt time all work good.
>
> I can not find any workaround.
>
> This problem appears only in development (windows 7 with the last
> appengine release)
>
> Any help would be really appreciated
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to