Hi I have another question in app engine. You have one form where there's one field for file upload, I need to read the uploaded file, validate it and store it into the datastore.
My question is how can I read the uploaded file?
In django I would have used request.FILES, in GAE is there anything of that sort?
I'd appreciate any help on this