--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
I can get the BlobInfo(img) uploaded, but the other fields in my
form('txtDesc' and 'txtOne' are missing:
<form action="{{form_action}}" method="POST" enctype="multipart/form-data">
Image:<input type="file" name="img"><br/>
Desc: <textarea name="txtDesc"></textarea><br/>
Text: <input type="text" name="txtOne"></text>
<input type="submit" value="OK" />
</form>
And debbuging, I can see that my request.POST is empty:
request.POST<QueryDict: {}>
Am I missing something?
Thanks,
I should be using 'get_uploads(request, populate_post=True)' instead of
'get_uploads(request)'
#RTFM
--Rafael
I've had apps who's version number was 10, they served without
problems. What do you mean the DNS can not be resolved?
Robert
Robert