views:

26

answers:

1

I have followed the sample code below to upload a zip file in the blobstore. I am able to upload the zip file in but i have some concerns reading the file.

Sample Code http://code.google.com/appengine/docs/python/blobstore/overview.html#Complete_Sample_App

My zip file has 6 CSV files where my system will read the files and import the values in the datastore. However i am aware that there are some restrictions to read the file which must be less than 1MB.

Can anyone suggest how i can go about reading the zip file and process the CSV file? What will happen if my data saved in the blobstore is more than 1MB?

Hope to hear from you. Advance thank.