Thanks for that Nick. Seems I must have been sleeping when looking at that part of the webapp docs - getting the appropriate field from the request.POST
file = self.request.POST["filefield"] gets me an object with properties "filename" and "type" and "value" (for the actual decoded data) - Nick's blog post then shows how to store this in the datastore. Apologies for being so thick -- Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/daSNSHmoQEEJ. 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.
