Tagged Questions

7
votes
2answers
861 views

How to write Big files into Blobstore using experimental API?

I have dilemma.. I'm uploading files both in scribd store and blobstore using tipfy as framework. I have webform with action is not created by blobstore.create_upload_url (i'm just using ...
0
votes
2answers
1k views

Upload a file in Django and then send it somewhere else through REST?

I am building a simple Django app that will use scribd to display documents. I would like to have a page where the administrator can upload documents to scribd through the website, since I need to ...