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 handles PDF uploads and parses it to my scribd library and through that embed it onto my site.

Currently my model is quite simple, it takes a FileField, preferably PDF and just and uploads the PDF File, through that makes use of the scribd library and send it directly to scribd for encoding.

The problem is, somewhere along the actual upload process, it times out, no errors in the log, I have adjusted my django apps size for files, Apache's size for files, and I am a bit lost at the moment not knowing where to go from here.

Although I want to eliminate the manual work, so ideally I'd still like to use it through my site.

Any help or pointers would be appreciated.

link|improve this question

67% accept rate
feedback

1 Answer

Probably a bit too late, but, have you tried django-bft

link|improve this answer
thanks for the answer, kinda dropped it a long time ago. – ApPeL May 10 at 13:54
feedback

Your Answer

 
or
required, but never shown

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