Hello

I'm developing a GAE application, where others will upload a file (CSV
- up to 1MB) which I will read and store data into database. After
that I dont need the file anymore.

My first approach is to store the file into Blobstore and then create
a Task which reads the file, populates database and deletes the file
from Blobstore. I'm wondering if this is the best approach? Is there a
way not to store the file into Blobstore but to directly pass an
object or something to Task? Checking the Dashboard, there is Task
Queue Stored Task Bytes. Can that be used to temporary store the file?

Thank you for your answers!

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