Hi all,

i am new to google app engine,
well i am creating a project using google app engine with django
(1.2.5 version),

i need to store my uploaded csv file to blob storage,
well i do some other stuff like reading the file, parsing it and then
validating it,
so after this i need to store my file in blob store, i can i do this,
well i am getting the file by using request.FILES

i.e   file = request.FILES['file']

so how do i store this file in blob store, please help me out to solve
this ,


Thanks,
  Srini

-- 
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