Tagged Questions

0
votes
0answers
56 views

Django big file transfers

I am looking for a django app that can help smooth the process of uploading big size documents by using HTTP Post. Documents ranging anything from 150mb to 500mb. I wrote a small library that ...
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 ...