Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How the google app engine blobstore service working with file upload of 32 MB without any TimeOut Exception. Also it will not affect app engine's request-response interval of one minute.What kind of process is going behind it.

share|improve this question
2  
Please work on getting your accept rate up. – Kelly Jul 25 '12 at 0:19

1 Answer

up vote 2 down vote accepted

When using the blobstore to upload data you upload the data into a special system handler that will load the data save it in the blobstore and when finished redirect to the user handler while providing a reference to to the location in the blobstore of the uploaded data.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.